Html Css Color HEX #1A99FA Dodger Blue

📋 copy color: '#1A99FA'

red 26 ◦ green 153 ◦ blue 250

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

Shades of Dodger Blue #1A99FA

Tints of Dodger Blue #1A99FA

RGB

 RED value IS 26 (10.55% from 255) = 6.06%

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 6.06%
G = 35.66%
B = 58.28%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A99FA (or 0x1A99FA) is known color: Dodger Blue. HEX triplet: 1A, 99 and FA. RGB value is (26,153,250). Sum of RGB (Red+Green+Blue) = 26+153+250=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A99FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A99FA is #E56605. Grayscale: #7D7D7D. Windows color (decimal): -15033862 or 16423194. OLE color: 16423194.

HSL color Cylindrical-coordinate representation of color #1A99FA: hue angle of 205.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A99FA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 153 250 -
CMYK 0.90 0.39 0 0.02
HSL 205.98º 0.96% 0.54% -
HSV(B) 205.98º 0.9% 0.98% -
XYZ 29.07 29.9 94.68 -
YUV 126.09 197.92 56.61 -
System Red Green Blue C M Y K H S L
Decimal 26 153 250 0.90 0.39 0 0.02 205.98 0.96 0.54
Hex 1A 99 FA 5A 27 0 2 CE 60 36
Octal 32 231 372 132 47 0 2 316 140 66
Binary 11010 10011001 11111010 1011010 100111 0 10 11001110 1100000 110110

Color Harmonies of #1A99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A99FA

Black with #1A99FA

Text Example


Text Example

White with #1A99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A99FA; }

 p { color: rgb(26,153,250); }

 H1.HeaderClassName
 {
   color: #1A99FA;
 }
 .AnyTagClassName
 {
   color: #1A99FA;
 }
</style>

background-color css

<style>
 a { background-color: #1A99FA; }

 a { background-color: rgb(26,153,250); }

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

border-color css

<style>
 span { border-color: #1A99FA; }

 span { border-color: rgb(26,153,250); }

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