Html Css Color HEX #1FA3EB Dodger Blue

📋 copy color: '#1FA3EB'

red 31 ◦ green 163 ◦ blue 235

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

Shades of Dodger Blue #1FA3EB

Tints of Dodger Blue #1FA3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 7.23%
G = 38%
B = 54.78%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1FA3EB (or 0x1FA3EB) is known color: Dodger Blue. HEX triplet: 1F, A3 and EB. RGB value is (31,163,235). Sum of RGB (Red+Green+Blue) = 31+163+235=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #1FA3EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3EB is #E05C14. Grayscale: #838383. Windows color (decimal): -14703637 or 15442719. OLE color: 15442719.

HSL color Cylindrical-coordinate representation of color #1FA3EB: hue angle of 201.18º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FA3EB is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 163 235 -
CMYK 0.87 0.31 0 0.08
HSL 201.18º 0.84% 0.52% -
HSV(B) 201.18º 0.87% 0.92% -
XYZ 28.66 32.48 83.36 -
YUV 131.74 186.27 56.15 -
System Red Green Blue C M Y K H S L
Decimal 31 163 235 0.87 0.31 0 0.08 201.18 0.84 0.52
Hex 1F A3 EB 57 1F 0 8 C9 54 34
Octal 37 243 353 127 37 0 10 311 124 64
Binary 11111 10100011 11101011 1010111 11111 0 1000 11001001 1010100 110100

Color Harmonies of #1FA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA3EB

Black with #1FA3EB

Text Example


Text Example

White with #1FA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,163,235); }

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

background-color css

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

 a { background-color: rgb(31,163,235); }

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

border-color css

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

 span { border-color: rgb(31,163,235); }

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