Html Css Color HEX #019BF4 Dodger Blue

📋 copy color: '#019BF4'

red 1 ◦ green 155 ◦ blue 244

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

Shades of Dodger Blue #019BF4

Tints of Dodger Blue #019BF4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 244 (95.7% from 255) = 61%

R = 0.25%
G = 38.75%
B = 61%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#019BF4 (or 0x019BF4) is known color: Dodger Blue. HEX triplet: 01, 9B and F4. RGB value is (1,155,244). Sum of RGB (Red+Green+Blue) = 1+155+244=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 244 (95.70% from 255 or 61% from 400); Max value from RGB is 244 - color contains mainly: blue. Hex color #019BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BF4 is #FE640B. Grayscale: #767676. Windows color (decimal): -16671756 or 16030465. OLE color: 16030465.

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

Color convert

RGB 1 155 244 -
CMYK 1.00 0.36 0 0.04
HSL 201.98º 0.99% 0.48% -
HSV(B) 201.98º 1% 0.96% -
XYZ 28.06 29.98 89.9 -
YUV 119.1 198.48 43.76 -
System Red Green Blue C M Y K H S L
Decimal 1 155 244 1.00 0.36 0 0.04 201.98 0.99 0.48
Hex 1 9B F4 64 24 0 4 CA 63 30
Octal 1 233 364 144 44 0 4 312 143 60
Binary 1 10011011 11110100 1100100 100100 0 100 11001010 1100011 110000

Color Harmonies of #019BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BF4

Black with #019BF4

Text Example


Text Example

White with #019BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,155,244); }

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

background-color css

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

 a { background-color: rgb(1,155,244); }

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

border-color css

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

 span { border-color: rgb(1,155,244); }

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