Html Css Color HEX #1E7CEF Dodger Blue

📋 copy color: '#1E7CEF'

red 30 ◦ green 124 ◦ blue 239

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

Shades of Dodger Blue #1E7CEF

Tints of Dodger Blue #1E7CEF

RGB

 RED value IS 30 (12.11% from 255) = 7.63%

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

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

R = 7.63%
G = 31.55%
B = 60.81%

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

#1E7CEF (or 0x1E7CEF) is known color: Dodger Blue. HEX triplet: 1E, 7C and EF. RGB value is (30,124,239). Sum of RGB (Red+Green+Blue) = 30+124+239=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E7CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7CEF is #E18310. Grayscale: #6C6C6C. Windows color (decimal): -14779153 or 15694878. OLE color: 15694878.

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

Color convert

RGB 30 124 239 -
CMYK 0.87 0.48 0 0.06
HSL 213.01º 0.87% 0.53% -
HSV(B) 213.01º 0.87% 0.94% -
XYZ 23.32 20.92 84.47 -
YUV 109 201.36 71.65 -
System Red Green Blue C M Y K H S L
Decimal 30 124 239 0.87 0.48 0 0.06 213.01 0.87 0.53
Hex 1E 7C EF 57 30 0 6 D5 57 35
Octal 36 174 357 127 60 0 6 325 127 65
Binary 11110 1111100 11101111 1010111 110000 0 110 11010101 1010111 110101

Color Harmonies of #1E7CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7CEF

Black with #1E7CEF

Text Example


Text Example

White with #1E7CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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