Html Css Color HEX #1C7EFC Dodger Blue

📋 copy color: '#1C7EFC'

red 28 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #1C7EFC

Tints of Dodger Blue #1C7EFC

RGB

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

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

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

R = 6.9%
G = 31.03%
B = 62.07%

CMYK

 C value IS 0.89

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C7EFC (or 0x1C7EFC) is known color: Dodger Blue. HEX triplet: 1C, 7E and FC. RGB value is (28,126,252). Sum of RGB (Red+Green+Blue) = 28+126+252=406 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.90% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C7EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7EFC is #E38103. Grayscale: #6E6E6E. Windows color (decimal): -14909700 or 16547356. OLE color: 16547356.

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

Color convert

RGB 28 126 252 -
CMYK 0.89 0.5 0 0.01
HSL 213.75º 0.97% 0.55% -
HSV(B) 213.75º 0.89% 0.99% -
XYZ 25.51 22.2 95.04 -
YUV 111.06 207.53 68.75 -
System Red Green Blue C M Y K H S L
Decimal 28 126 252 0.89 0.5 0 0.01 213.75 0.97 0.55
Hex 1C 7E FC 59 32 0 1 D6 61 37
Octal 34 176 374 131 62 0 1 326 141 67
Binary 11100 1111110 11111100 1011001 110010 0 1 11010110 1100001 110111

Color Harmonies of #1C7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7EFC

Black with #1C7EFC

Text Example


Text Example

White with #1C7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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