Html Css Color HEX #1F7EEF Dodger Blue

📋 copy color: '#1F7EEF'

red 31 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #1F7EEF

Tints of Dodger Blue #1F7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 7.83%
G = 31.82%
B = 60.35%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F7EEF (or 0x1F7EEF) is known color: Dodger Blue. HEX triplet: 1F, 7E and EF. RGB value is (31,126,239). Sum of RGB (Red+Green+Blue) = 31+126+239=396 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.83% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7EEF is #E08110. Grayscale: #6D6D6D. Windows color (decimal): -14713105 or 15695391. OLE color: 15695391.

HSL color Cylindrical-coordinate representation of color #1F7EEF: hue angle of 212.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F7EEF is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 126 239 -
CMYK 0.87 0.47 0 0.06
HSL 212.6º 0.87% 0.53% -
HSV(B) 212.6º 0.87% 0.94% -
XYZ 23.61 21.45 84.56 -
YUV 110.48 200.53 71.31 -
System Red Green Blue C M Y K H S L
Decimal 31 126 239 0.87 0.47 0 0.06 212.6 0.87 0.53
Hex 1F 7E EF 57 2F 0 6 D5 57 35
Octal 37 176 357 127 57 0 6 325 127 65
Binary 11111 1111110 11101111 1010111 101111 0 110 11010101 1010111 110101

Color Harmonies of #1F7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7EEF

Black with #1F7EEF

Text Example


Text Example

White with #1F7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,126,239); }

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

background-color css

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

 a { background-color: rgb(31,126,239); }

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

border-color css

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

 span { border-color: rgb(31,126,239); }

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