#0284f1

Color #0284F1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0284F1

Tints of Dodger Blue #0284F1

Color information

#0284F1 (or 0x0284F1) is unknown color: approx Dodger Blue. HEX triplet: 02, 84 and F1. RGB value is (2,132,241). Sum of RGB (Red+Green+Blue) = 2+132+241=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #0284F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0284F1 is #FD7B0E. Grayscale: #686868. Windows color (decimal): -16612111 or 15827970. OLE color: 15827970.

HSL color Cylindrical-coordinate representation of color #0284F1: hue angle of 207.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284F1 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2132241-
CMYK0.990.4500.05
HSL207.36º98.35%47.65%-
HSV(B)207.36º99.17%94.51%-
XYZ24.1522.8786.36-
YUV105.56204.4354.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 241 (94.53% from 255) = 64.27%
R=0.53%
G=35.2%
B=64.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21322410.990.4500.05207.3698.3547.65
Hex284F1632D05cf6230
Octal2204361143550531714260
Binary10100001001111000111000111011010101110011111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0284f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0284f1; }

 p { color: rgb(2,132,241); }

 H1.HeaderClassName
 {
   color: #0284f1;
 }
 .AnyTagClassName
 {
   color: #0284f1;
 }
</style>
background-color css

<style>
 a { background-color: #0284f1; }

 a { background-color: rgb(2,132,241); }

 div.DivClassName
 {
   background-color: #0284f1;
 }
 .BgClassName
 {
   background-color: #0284f1;
 }
</style>
border-color css

<style>
 span { border-color: #0284f1; }

 span { border-color: rgb(2,132,241); }

 td.TdClassName
 {
   border-color: #0284f1;
 }
 .TagClassName
 {
   border-color: #0284f1;
 }
</style>