Html Css Color HEX #019CFA Dodger Blue

📋 copy color: '#019CFA'

red 1 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #019CFA

Tints of Dodger Blue #019CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 0.25%
G = 38.33%
B = 61.43%

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

#019CFA (or 0x019CFA) is known color: Dodger Blue. HEX triplet: 01, 9C and FA. RGB value is (1,156,250). Sum of RGB (Red+Green+Blue) = 1+156+250=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #019CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019CFA is #FE6305. Grayscale: #777777. Windows color (decimal): -16671494 or 16423937. OLE color: 16423937.

HSL color Cylindrical-coordinate representation of color #019CFA: hue angle of 202.65º 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 #019CFA is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 156 250 -
CMYK 1.00 0.38 0 0.02
HSL 202.65º 0.99% 0.49% -
HSV(B) 202.65º 1% 0.98% -
XYZ 29.16 30.69 94.83 -
YUV 120.37 201.15 42.86 -
System Red Green Blue C M Y K H S L
Decimal 1 156 250 1.00 0.38 0 0.02 202.65 0.99 0.49
Hex 1 9C FA 64 26 0 2 CB 63 31
Octal 1 234 372 144 46 0 2 313 143 61
Binary 1 10011100 11111010 1100100 100110 0 10 11001011 1100011 110001

Color Harmonies of #019CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019CFA

Black with #019CFA

Text Example


Text Example

White with #019CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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