Html Css Color HEX #1C7EEF Dodger Blue

📋 copy color: '#1C7EEF'

red 28 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #1C7EEF

Tints of Dodger Blue #1C7EEF

RGB

 RED value IS 28 (11.33% from 255) = 7.12%

 GREEN value IS 126 (49.61% from 255) = 32.06%

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

R = 7.12%
G = 32.06%
B = 60.81%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C7EEF (or 0x1C7EEF) is known color: Dodger Blue. HEX triplet: 1C, 7E and EF. RGB value is (28,126,239). Sum of RGB (Red+Green+Blue) = 28+126+239=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 126 (49.61% from 255 or 32.06% 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 #1C7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EEF is #E38110. Grayscale: #6D6D6D. Windows color (decimal): -14909713 or 15695388. OLE color: 15695388.

HSL color Cylindrical-coordinate representation of color #1C7EEF: hue angle of 212.13º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7EEF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 126 239 -
CMYK 0.88 0.47 0 0.06
HSL 212.13º 0.87% 0.52% -
HSV(B) 212.13º 0.88% 0.94% -
XYZ 23.52 21.4 84.55 -
YUV 109.58 201.03 69.81 -
System Red Green Blue C M Y K H S L
Decimal 28 126 239 0.88 0.47 0 0.06 212.13 0.87 0.52
Hex 1C 7E EF 58 2F 0 6 D4 57 34
Octal 34 176 357 130 57 0 6 324 127 64
Binary 11100 1111110 11101111 1011000 101111 0 110 11010100 1010111 110100

Color Harmonies of #1C7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7EEF

Black with #1C7EEF

Text Example


Text Example

White with #1C7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,126,239); }

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

background-color css

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

 a { background-color: rgb(28,126,239); }

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

border-color css

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

 span { border-color: rgb(28,126,239); }

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