Html Css Color HEX #019BED Dodger Blue

📋 copy color: '#019BED'

red 1 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #019BED

Tints of Dodger Blue #019BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 0.25%
G = 39.44%
B = 60.31%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#019BED (or 0x019BED) is known color: Dodger Blue. HEX triplet: 01, 9B and ED. RGB value is (1,155,237). Sum of RGB (Red+Green+Blue) = 1+155+237=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #019BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BED is #FE6412. Grayscale: #757575. Windows color (decimal): -16671763 or 15571713. OLE color: 15571713.

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

Color convert

RGB 1 155 237 -
CMYK 1.00 0.35 0 0.07
HSL 200.85º 0.99% 0.47% -
HSV(B) 200.85º 1% 0.93% -
XYZ 27.02 29.56 84.4 -
YUV 118.3 194.98 44.33 -
System Red Green Blue C M Y K H S L
Decimal 1 155 237 1.00 0.35 0 0.07 200.85 0.99 0.47
Hex 1 9B ED 64 23 0 7 C9 63 2F
Octal 1 233 355 144 43 0 7 311 143 57
Binary 1 10011011 11101101 1100100 100011 0 111 11001001 1100011 101111

Color Harmonies of #019BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BED

Black with #019BED

Text Example


Text Example

White with #019BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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