Html Css Color HEX #1FA1F9 Dodger Blue

📋 copy color: '#1FA1F9'

red 31 ◦ green 161 ◦ blue 249

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

Shades of Dodger Blue #1FA1F9

Tints of Dodger Blue #1FA1F9

RGB

 RED value IS 31 (12.5% from 255) = 7.03%

 GREEN value IS 161 (63.28% from 255) = 36.51%

 BLUE value IS 249 (97.66% from 255) = 56.46%

R = 7.03%
G = 36.51%
B = 56.46%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1FA1F9 (or 0x1FA1F9) is known color: Dodger Blue. HEX triplet: 1F, A1 and F9. RGB value is (31,161,249). Sum of RGB (Red+Green+Blue) = 31+161+249=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FA1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA1F9 is #E05E06. Grayscale: #838383. Windows color (decimal): -14704135 or 16359711. OLE color: 16359711.

HSL color Cylindrical-coordinate representation of color #1FA1F9: hue angle of 204.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA1F9 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 161 249 -
CMYK 0.88 0.35 0 0.02
HSL 204.22º 0.95% 0.55% -
HSV(B) 204.22º 0.88% 0.98% -
XYZ 30.41 32.62 94.32 -
YUV 132.16 193.93 55.84 -
System Red Green Blue C M Y K H S L
Decimal 31 161 249 0.88 0.35 0 0.02 204.22 0.95 0.55
Hex 1F A1 F9 58 23 0 2 CC 5F 37
Octal 37 241 371 130 43 0 2 314 137 67
Binary 11111 10100001 11111001 1011000 100011 0 10 11001100 1011111 110111

Color Harmonies of #1FA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA1F9

Black with #1FA1F9

Text Example


Text Example

White with #1FA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,161,249); }

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

background-color css

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

 a { background-color: rgb(31,161,249); }

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

border-color css

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

 span { border-color: rgb(31,161,249); }

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