Html Css Color HEX #1E6FFC Dodger Blue

📋 copy color: '#1E6FFC'

red 30 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #1E6FFC

Tints of Dodger Blue #1E6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

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

R = 7.63%
G = 28.24%
B = 64.12%

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

#1E6FFC (or 0x1E6FFC) is known color: Dodger Blue. HEX triplet: 1E, 6F and FC. RGB value is (30,111,252). Sum of RGB (Red+Green+Blue) = 30+111+252=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FFC is #E19003. Grayscale: #666666. Windows color (decimal): -14782468 or 16543518. OLE color: 16543518.

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

Color convert

RGB 30 111 252 -
CMYK 0.88 0.56 0 0.01
HSL 218.11º 0.97% 0.55% -
HSV(B) 218.11º 0.88% 0.99% -
XYZ 23.79 18.67 94.45 -
YUV 102.86 212.16 76.04 -
System Red Green Blue C M Y K H S L
Decimal 30 111 252 0.88 0.56 0 0.01 218.11 0.97 0.55
Hex 1E 6F FC 58 38 0 1 DA 61 37
Octal 36 157 374 130 70 0 1 332 141 67
Binary 11110 1101111 11111100 1011000 111000 0 1 11011010 1100001 110111

Color Harmonies of #1E6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6FFC

Black with #1E6FFC

Text Example


Text Example

White with #1E6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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