Html Css Color HEX #019BEC Dodger Blue

📋 copy color: '#019BEC'

red 1 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #019BEC

Tints of Dodger Blue #019BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 0.26%
G = 39.54%
B = 60.2%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#019BEC (or 0x019BEC) is known color: Dodger Blue. HEX triplet: 01, 9B and EC. RGB value is (1,155,236). Sum of RGB (Red+Green+Blue) = 1+155+236=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #019BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BEC is #FE6413. Grayscale: #757575. Windows color (decimal): -16671764 or 15506177. OLE color: 15506177.

HSL color Cylindrical-coordinate representation of color #019BEC: hue angle of 200.68º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BEC is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 155 236 -
CMYK 1.00 0.34 0 0.07
HSL 200.68º 0.99% 0.46% -
HSV(B) 200.68º 1% 0.93% -
XYZ 26.87 29.51 83.64 -
YUV 118.19 194.48 44.41 -
System Red Green Blue C M Y K H S L
Decimal 1 155 236 1.00 0.34 0 0.07 200.68 0.99 0.46
Hex 1 9B EC 64 22 0 7 C9 63 2E
Octal 1 233 354 144 42 0 7 311 143 56
Binary 1 10011011 11101100 1100100 100010 0 111 11001001 1100011 101110

Color Harmonies of #019BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BEC

Black with #019BEC

Text Example


Text Example

White with #019BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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