Html Css Color HEX #019BEF Dodger Blue

📋 copy color: '#019BEF'

red 1 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #019BEF

Tints of Dodger Blue #019BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.51%

R = 0.25%
G = 39.24%
B = 60.51%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#019BEF (or 0x019BEF) is known color: Dodger Blue. HEX triplet: 01, 9B and EF. RGB value is (1,155,239). Sum of RGB (Red+Green+Blue) = 1+155+239=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #019BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BEF is #FE6410. Grayscale: #767676. Windows color (decimal): -16671761 or 15702785. OLE color: 15702785.

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

Color convert

RGB 1 155 239 -
CMYK 1.00 0.35 0 0.06
HSL 201.18º 0.99% 0.47% -
HSV(B) 201.18º 1% 0.94% -
XYZ 27.31 29.68 85.95 -
YUV 118.53 195.98 44.17 -
System Red Green Blue C M Y K H S L
Decimal 1 155 239 1.00 0.35 0 0.06 201.18 0.99 0.47
Hex 1 9B EF 64 23 0 6 C9 63 2F
Octal 1 233 357 144 43 0 6 311 143 57
Binary 1 10011011 11101111 1100100 100011 0 110 11001001 1100011 101111

Color Harmonies of #019BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BEF

Black with #019BEF

Text Example


Text Example

White with #019BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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