Html Css Color HEX #019CF2 Dodger Blue

📋 copy color: '#019CF2'

red 1 ◦ green 156 ◦ blue 242

#019CF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #019CF2

Tints of Dodger Blue #019CF2

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 156 (61.33% from 255) = 39.1%

 BLUE value IS 242 (94.92% from 255) = 60.65%

R = 0.25%
G = 39.1%
B = 60.65%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#019CF2 (or 0x019CF2) is known color: Dodger Blue. HEX triplet: 01, 9C and F2. RGB value is (1,156,242). Sum of RGB (Red+Green+Blue) = 1+156+242=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #019CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CF2 is #FE630D. Grayscale: #767676. Windows color (decimal): -16671502 or 15899649. OLE color: 15899649.

HSL color Cylindrical-coordinate representation of color #019CF2: hue angle of 201.41º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019CF2 is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 156 242 -
CMYK 1.00 0.36 0 0.05
HSL 201.41º 0.99% 0.48% -
HSV(B) 201.41º 1% 0.95% -
XYZ 27.93 30.19 88.36 -
YUV 119.46 197.15 43.51 -
System Red Green Blue C M Y K H S L
Decimal 1 156 242 1.00 0.36 0 0.05 201.41 0.99 0.48
Hex 1 9C F2 64 24 0 5 C9 63 30
Octal 1 234 362 144 44 0 5 311 143 60
Binary 1 10011100 11110010 1100100 100100 0 101 11001001 1100011 110000

Color Harmonies of #019CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CF2

Black with #019CF2

Text Example


Text Example

White with #019CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019CF2; }

 p { color: rgb(1,156,242); }

 H1.HeaderClassName
 {
   color: #019CF2;
 }
 .AnyTagClassName
 {
   color: #019CF2;
 }
</style>

background-color css

<style>
 a { background-color: #019CF2; }

 a { background-color: rgb(1,156,242); }

 div.DivClassName
 {
   background-color: #019CF2;
 }
 .BgClassName
 {
   background-color: #019CF2;
 }
</style>

border-color css

<style>
 span { border-color: #019CF2; }

 span { border-color: rgb(1,156,242); }

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