Html Css Color HEX #1F9DFE Dodger Blue

📋 copy color: '#1F9DFE'

red 31 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #1F9DFE

Tints of Dodger Blue #1F9DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

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

R = 7.01%
G = 35.52%
B = 57.47%

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

#1F9DFE (or 0x1F9DFE) is known color: Dodger Blue. HEX triplet: 1F, 9D and FE. RGB value is (31,157,254). Sum of RGB (Red+Green+Blue) = 31+157+254=442 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.01% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F9DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9DFE is #E06201. Grayscale: #818181. Windows color (decimal): -14705154 or 16686367. OLE color: 16686367.

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

Color convert

RGB 31 157 254 -
CMYK 0.88 0.38 0 0.00
HSL 206.1º 0.99% 0.56% -
HSV(B) 206.1º 0.88% 1% -
XYZ 30.51 31.56 98.25 -
YUV 130.38 197.76 57.11 -
System Red Green Blue C M Y K H S L
Decimal 31 157 254 0.88 0.38 0 0.00 206.1 0.99 0.56
Hex 1F 9D FE 58 26 0 0 CE 63 38
Octal 37 235 376 130 46 0 0 316 143 70
Binary 11111 10011101 11111110 1011000 100110 0 0 11001110 1100011 111000

Color Harmonies of #1F9DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9DFE

Black with #1F9DFE

Text Example


Text Example

White with #1F9DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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