Html Css Color HEX #019BEB Dodger Blue

📋 copy color: '#019BEB'

red 1 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #019BEB

Tints of Dodger Blue #019BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.1%

R = 0.26%
G = 39.64%
B = 60.1%

CMYK

 C value IS 1.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#019BEB (or 0x019BEB) is known color: Dodger Blue. HEX triplet: 01, 9B and EB. RGB value is (1,155,235). Sum of RGB (Red+Green+Blue) = 1+155+235=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #019BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BEB is #FE6414. Grayscale: #757575. Windows color (decimal): -16671765 or 15440641. OLE color: 15440641.

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

Color convert

RGB 1 155 235 -
CMYK 1.00 0.34 0 0.08
HSL 200.51º 0.99% 0.46% -
HSV(B) 200.51º 1% 0.92% -
XYZ 26.73 29.45 82.87 -
YUV 118.07 193.98 44.5 -
System Red Green Blue C M Y K H S L
Decimal 1 155 235 1.00 0.34 0 0.08 200.51 0.99 0.46
Hex 1 9B EB 64 22 0 8 C9 63 2E
Octal 1 233 353 144 42 0 10 311 143 56
Binary 1 10011011 11101011 1100100 100010 0 1000 11001001 1100011 101110

Color Harmonies of #019BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BEB

Black with #019BEB

Text Example


Text Example

White with #019BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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