Html Css Color HEX #1F9EFE Dodger Blue

📋 copy color: '#1F9EFE'

red 31 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #1F9EFE

Tints of Dodger Blue #1F9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.67%

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

R = 7%
G = 35.67%
B = 57.34%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1F9EFE (or 0x1F9EFE) is known color: Dodger Blue. HEX triplet: 1F, 9E and FE. RGB value is (31,158,254). Sum of RGB (Red+Green+Blue) = 31+158+254=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EFE is #E06101. Grayscale: #828282. Windows color (decimal): -14704898 or 16686623. OLE color: 16686623.

HSL color Cylindrical-coordinate representation of color #1F9EFE: hue angle of 205.83º 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 #1F9EFE is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 31 158 254 -
CMYK 0.88 0.38 0 0.00
HSL 205.83º 0.99% 0.56% -
HSV(B) 205.83º 0.88% 1% -
XYZ 30.68 31.9 98.31 -
YUV 130.97 197.42 56.69 -
System Red Green Blue C M Y K H S L
Decimal 31 158 254 0.88 0.38 0 0.00 205.83 0.99 0.56
Hex 1F 9E FE 58 26 0 0 CE 63 38
Octal 37 236 376 130 46 0 0 316 143 70
Binary 11111 10011110 11111110 1011000 100110 0 0 11001110 1100011 111000

Color Harmonies of #1F9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EFE

Black with #1F9EFE

Text Example


Text Example

White with #1F9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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