Html Css Color HEX #1F9EFF Dodger Blue

📋 copy color: '#1F9EFF'

red 31 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #1F9EFF

Tints of Dodger Blue #1F9EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 6.98%
G = 35.59%
B = 57.43%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F9EFF (or 0x1F9EFF) is known color: Dodger Blue. HEX triplet: 1F, 9E and FF. RGB value is (31,158,255). Sum of RGB (Red+Green+Blue) = 31+158+255=444 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.98% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9EFF is #E06100. Grayscale: #828282. Windows color (decimal): -14704897 or 16752159. OLE color: 16752159.

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

Color convert

RGB 31 158 255 -
CMYK 0.88 0.38 0 0
HSL 205.98º 1% 0.56% -
HSV(B) 205.98º 0.88% 1% -
XYZ 30.84 31.97 99.15 -
YUV 131.09 197.92 56.61 -
System Red Green Blue C M Y K H S L
Decimal 31 158 255 0.88 0.38 0 0 205.98 1 0.56
Hex 1F 9E FF 58 26 0 0 CE 64 38
Octal 37 236 377 130 46 0 0 316 144 70
Binary 11111 10011110 11111111 1011000 100110 0 0 11001110 1100100 111000

Color Harmonies of #1F9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9EFF

Black with #1F9EFF

Text Example


Text Example

White with #1F9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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