Html Css Color HEX #1F8FEE Dodger Blue

📋 copy color: '#1F8FEE'

red 31 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #1F8FEE

Tints of Dodger Blue #1F8FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 7.52%
G = 34.71%
B = 57.77%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F8FEE (or 0x1F8FEE) is known color: Dodger Blue. HEX triplet: 1F, 8F and EE. RGB value is (31,143,238). Sum of RGB (Red+Green+Blue) = 31+143+238=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F8FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8FEE is #E07011. Grayscale: #777777. Windows color (decimal): -14708754 or 15634207. OLE color: 15634207.

HSL color Cylindrical-coordinate representation of color #1F8FEE: hue angle of 207.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8FEE is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 143 238 -
CMYK 0.87 0.40 0 0.07
HSL 207.54º 0.86% 0.53% -
HSV(B) 207.54º 0.87% 0.93% -
XYZ 25.82 26.11 84.57 -
YUV 120.34 194.39 64.28 -
System Red Green Blue C M Y K H S L
Decimal 31 143 238 0.87 0.40 0 0.07 207.54 0.86 0.53
Hex 1F 8F EE 57 28 0 7 D0 56 35
Octal 37 217 356 127 50 0 7 320 126 65
Binary 11111 10001111 11101110 1010111 101000 0 111 11010000 1010110 110101

Color Harmonies of #1F8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8FEE

Black with #1F8FEE

Text Example


Text Example

White with #1F8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,143,238); }

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

background-color css

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

 a { background-color: rgb(31,143,238); }

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

border-color css

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

 span { border-color: rgb(31,143,238); }

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