Html Css Color HEX #1E6EFC Dodger Blue

📋 copy color: '#1E6EFC'

red 30 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #1E6EFC

Tints of Dodger Blue #1E6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 7.65%
G = 28.06%
B = 64.29%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E6EFC (or 0x1E6EFC) is known color: Dodger Blue. HEX triplet: 1E, 6E and FC. RGB value is (30,110,252). Sum of RGB (Red+Green+Blue) = 30+110+252=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6EFC is #E19103. Grayscale: #656565. Windows color (decimal): -14782724 or 16543262. OLE color: 16543262.

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

Color convert

RGB 30 110 252 -
CMYK 0.88 0.56 0 0.01
HSL 218.38º 0.97% 0.55% -
HSV(B) 218.38º 0.88% 0.99% -
XYZ 23.68 18.46 94.41 -
YUV 102.27 212.5 76.45 -
System Red Green Blue C M Y K H S L
Decimal 30 110 252 0.88 0.56 0 0.01 218.38 0.97 0.55
Hex 1E 6E FC 58 38 0 1 DA 61 37
Octal 36 156 374 130 70 0 1 332 141 67
Binary 11110 1101110 11111100 1011000 111000 0 1 11011010 1100001 110111

Color Harmonies of #1E6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6EFC

Black with #1E6EFC

Text Example


Text Example

White with #1E6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,110,252); }

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

background-color css

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

 a { background-color: rgb(30,110,252); }

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

border-color css

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

 span { border-color: rgb(30,110,252); }

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