Html Css Color HEX #1C7AEC Dodger Blue

📋 copy color: '#1C7AEC'

red 28 ◦ green 122 ◦ blue 236

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

Shades of Dodger Blue #1C7AEC

Tints of Dodger Blue #1C7AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 7.25%
G = 31.61%
B = 61.14%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C7AEC (or 0x1C7AEC) is known color: Dodger Blue. HEX triplet: 1C, 7A and EC. RGB value is (28,122,236). Sum of RGB (Red+Green+Blue) = 28+122+236=386 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.25% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C7AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7AEC is #E38513. Grayscale: #6A6A6A. Windows color (decimal): -14910740 or 15497756. OLE color: 15497756.

HSL color Cylindrical-coordinate representation of color #1C7AEC: hue angle of 212.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7AEC is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 122 236 -
CMYK 0.88 0.48 0 0.07
HSL 212.88º 0.85% 0.52% -
HSV(B) 212.88º 0.88% 0.93% -
XYZ 22.58 20.22 82.07 -
YUV 106.89 200.86 71.73 -
System Red Green Blue C M Y K H S L
Decimal 28 122 236 0.88 0.48 0 0.07 212.88 0.85 0.52
Hex 1C 7A EC 58 30 0 7 D5 55 34
Octal 34 172 354 130 60 0 7 325 125 64
Binary 11100 1111010 11101100 1011000 110000 0 111 11010101 1010101 110100

Color Harmonies of #1C7AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7AEC

Black with #1C7AEC

Text Example


Text Example

White with #1C7AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,122,236); }

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

background-color css

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

 a { background-color: rgb(28,122,236); }

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

border-color css

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

 span { border-color: rgb(28,122,236); }

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