Html Css Color HEX #1E6CFC Dodger Blue

📋 copy color: '#1E6CFC'

red 30 ◦ green 108 ◦ blue 252

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

Shades of Dodger Blue #1E6CFC

Tints of Dodger Blue #1E6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 7.69%
G = 27.69%
B = 64.62%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E6CFC (or 0x1E6CFC) is known color: Dodger Blue. HEX triplet: 1E, 6C and FC. RGB value is (30,108,252). Sum of RGB (Red+Green+Blue) = 30+108+252=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6CFC is #E19303. Grayscale: #646464. Windows color (decimal): -14783236 or 16542750. OLE color: 16542750.

HSL color Cylindrical-coordinate representation of color #1E6CFC: hue angle of 218.92º 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 #1E6CFC is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 108 252 -
CMYK 0.88 0.57 0 0.01
HSL 218.92º 0.97% 0.55% -
HSV(B) 218.92º 0.88% 0.99% -
XYZ 23.47 18.03 94.34 -
YUV 101.09 213.16 77.29 -
System Red Green Blue C M Y K H S L
Decimal 30 108 252 0.88 0.57 0 0.01 218.92 0.97 0.55
Hex 1E 6C FC 58 39 0 1 DB 61 37
Octal 36 154 374 130 71 0 1 333 141 67
Binary 11110 1101100 11111100 1011000 111001 0 1 11011011 1100001 110111

Color Harmonies of #1E6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CFC

Black with #1E6CFC

Text Example


Text Example

White with #1E6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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