Html Css Color HEX #019BFA Dodger Blue

📋 copy color: '#019BFA'

red 1 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #019BFA

Tints of Dodger Blue #019BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 0.25%
G = 38.18%
B = 61.58%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#019BFA (or 0x019BFA) is known color: Dodger Blue. HEX triplet: 01, 9B and FA. RGB value is (1,155,250). Sum of RGB (Red+Green+Blue) = 1+155+250=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #019BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019BFA is #FE6405. Grayscale: #777777. Windows color (decimal): -16671750 or 16423681. OLE color: 16423681.

HSL color Cylindrical-coordinate representation of color #019BFA: hue angle of 202.89º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019BFA is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 155 250 -
CMYK 1.00 0.38 0 0.02
HSL 202.89º 0.99% 0.49% -
HSV(B) 202.89º 1% 0.98% -
XYZ 28.99 30.35 94.77 -
YUV 119.78 201.48 43.28 -
System Red Green Blue C M Y K H S L
Decimal 1 155 250 1.00 0.38 0 0.02 202.89 0.99 0.49
Hex 1 9B FA 64 26 0 2 CB 63 31
Octal 1 233 372 144 46 0 2 313 143 61
Binary 1 10011011 11111010 1100100 100110 0 10 11001011 1100011 110001

Color Harmonies of #019BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019BFA

Black with #019BFA

Text Example


Text Example

White with #019BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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