Html Css Color HEX #1C7AED Dodger Blue

📋 copy color: '#1C7AED'

red 28 ◦ green 122 ◦ blue 237

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

Shades of Dodger Blue #1C7AED

Tints of Dodger Blue #1C7AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 7.24%
G = 31.52%
B = 61.24%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C7AED (or 0x1C7AED) is known color: Dodger Blue. HEX triplet: 1C, 7A and ED. RGB value is (28,122,237). Sum of RGB (Red+Green+Blue) = 28+122+237=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #1C7AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C7AED is #E38512. Grayscale: #6A6A6A. Windows color (decimal): -14910739 or 15563292. OLE color: 15563292.

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

Color convert

RGB 28 122 237 -
CMYK 0.88 0.49 0 0.07
HSL 213.01º 0.85% 0.52% -
HSV(B) 213.01º 0.88% 0.93% -
XYZ 22.72 20.28 82.84 -
YUV 107 201.36 71.65 -
System Red Green Blue C M Y K H S L
Decimal 28 122 237 0.88 0.49 0 0.07 213.01 0.85 0.52
Hex 1C 7A ED 58 31 0 7 D5 55 34
Octal 34 172 355 130 61 0 7 325 125 64
Binary 11100 1111010 11101101 1011000 110001 0 111 11010101 1010101 110100

Color Harmonies of #1C7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7AED

Black with #1C7AED

Text Example


Text Example

White with #1C7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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