Html Css Color HEX #1C73EB Dodger Blue

📋 copy color: '#1C73EB'

red 28 ◦ green 115 ◦ blue 235

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

Shades of Dodger Blue #1C73EB

Tints of Dodger Blue #1C73EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 7.41%
G = 30.42%
B = 62.17%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C73EB (or 0x1C73EB) is known color: Dodger Blue. HEX triplet: 1C, 73 and EB. RGB value is (28,115,235). Sum of RGB (Red+Green+Blue) = 28+115+235=378 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.41% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C73EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C73EB is #E38C14. Grayscale: #666666. Windows color (decimal): -14912533 or 15430428. OLE color: 15430428.

HSL color Cylindrical-coordinate representation of color #1C73EB: hue angle of 214.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C73EB is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 115 235 -
CMYK 0.88 0.51 0 0.08
HSL 214.78º 0.84% 0.52% -
HSV(B) 214.78º 0.88% 0.92% -
XYZ 21.61 18.51 81.03 -
YUV 102.67 202.68 74.74 -
System Red Green Blue C M Y K H S L
Decimal 28 115 235 0.88 0.51 0 0.08 214.78 0.84 0.52
Hex 1C 73 EB 58 33 0 8 D7 54 34
Octal 34 163 353 130 63 0 10 327 124 64
Binary 11100 1110011 11101011 1011000 110011 0 1000 11010111 1010100 110100

Color Harmonies of #1C73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C73EB

Black with #1C73EB

Text Example


Text Example

White with #1C73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,115,235); }

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

background-color css

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

 a { background-color: rgb(28,115,235); }

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

border-color css

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

 span { border-color: rgb(28,115,235); }

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