Html Css Color HEX #1F7CEF Dodger Blue

📋 copy color: '#1F7CEF'

red 31 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #1F7CEF

Tints of Dodger Blue #1F7CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.47%

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

R = 7.87%
G = 31.47%
B = 60.66%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F7CEF (or 0x1F7CEF) is known color: Dodger Blue. HEX triplet: 1F, 7C and EF. RGB value is (31,124,239). Sum of RGB (Red+Green+Blue) = 31+124+239=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F7CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7CEF is #E08310. Grayscale: #6C6C6C. Windows color (decimal): -14713617 or 15694879. OLE color: 15694879.

HSL color Cylindrical-coordinate representation of color #1F7CEF: hue angle of 213.17º 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 #1F7CEF is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 124 239 -
CMYK 0.87 0.48 0 0.06
HSL 213.17º 0.87% 0.53% -
HSV(B) 213.17º 0.87% 0.94% -
XYZ 23.35 20.94 84.47 -
YUV 109.3 201.19 72.15 -
System Red Green Blue C M Y K H S L
Decimal 31 124 239 0.87 0.48 0 0.06 213.17 0.87 0.53
Hex 1F 7C EF 57 30 0 6 D5 57 35
Octal 37 174 357 127 60 0 6 325 127 65
Binary 11111 1111100 11101111 1010111 110000 0 110 11010101 1010111 110101

Color Harmonies of #1F7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CEF

Black with #1F7CEF

Text Example


Text Example

White with #1F7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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