Html Css Color HEX #1FAFFE Dodger Blue

📋 copy color: '#1FAFFE'

red 31 ◦ green 175 ◦ blue 254

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

Shades of Dodger Blue #1FAFFE

Tints of Dodger Blue #1FAFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 6.74%
G = 38.04%
B = 55.22%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1FAFFE (or 0x1FAFFE) is known color: Dodger Blue. HEX triplet: 1F, AF and FE. RGB value is (31,175,254). Sum of RGB (Red+Green+Blue) = 31+175+254=460 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.74% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FAFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FAFFE is #E05001. Grayscale: #8C8C8C. Windows color (decimal): -14700546 or 16690975. OLE color: 16690975.

HSL color Cylindrical-coordinate representation of color #1FAFFE: hue angle of 201.26º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FAFFE is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 31 175 254 -
CMYK 0.88 0.31 0 0.00
HSL 201.26º 0.99% 0.56% -
HSV(B) 201.26º 0.88% 1% -
XYZ 33.78 38.11 99.34 -
YUV 140.95 191.79 49.58 -
System Red Green Blue C M Y K H S L
Decimal 31 175 254 0.88 0.31 0 0.00 201.26 0.99 0.56
Hex 1F AF FE 58 1F 0 0 C9 63 38
Octal 37 257 376 130 37 0 0 311 143 70
Binary 11111 10101111 11111110 1011000 11111 0 0 11001001 1100011 111000

Color Harmonies of #1FAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFFE

Black with #1FAFFE

Text Example


Text Example

White with #1FAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,254); }

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

background-color css

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

 a { background-color: rgb(31,175,254); }

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

border-color css

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

 span { border-color: rgb(31,175,254); }

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