Html Css Color HEX #1FA5FC Dodger Blue

📋 copy color: '#1FA5FC'

red 31 ◦ green 165 ◦ blue 252

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

Shades of Dodger Blue #1FA5FC

Tints of Dodger Blue #1FA5FC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 6.92%
G = 36.83%
B = 56.25%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1FA5FC (or 0x1FA5FC) is known color: Dodger Blue. HEX triplet: 1F, A5 and FC. RGB value is (31,165,252). Sum of RGB (Red+Green+Blue) = 31+165+252=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FA5FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA5FC is #E05A03. Grayscale: #868686. Windows color (decimal): -14703108 or 16557343. OLE color: 16557343.

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

Color convert

RGB 31 165 252 -
CMYK 0.88 0.35 0 0.01
HSL 203.62º 0.97% 0.55% -
HSV(B) 203.62º 0.88% 0.99% -
XYZ 31.59 34.23 97.04 -
YUV 134.85 194.11 53.93 -
System Red Green Blue C M Y K H S L
Decimal 31 165 252 0.88 0.35 0 0.01 203.62 0.97 0.55
Hex 1F A5 FC 58 23 0 1 CC 61 37
Octal 37 245 374 130 43 0 1 314 141 67
Binary 11111 10100101 11111100 1011000 100011 0 1 11001100 1100001 110111

Color Harmonies of #1FA5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA5FC

Black with #1FA5FC

Text Example


Text Example

White with #1FA5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,165,252); }

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

background-color css

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

 a { background-color: rgb(31,165,252); }

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

border-color css

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

 span { border-color: rgb(31,165,252); }

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