Html Css Color HEX #1C75EB Dodger Blue

📋 copy color: '#1C75EB'

red 28 ◦ green 117 ◦ blue 235

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

Shades of Dodger Blue #1C75EB

Tints of Dodger Blue #1C75EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 7.37%
G = 30.79%
B = 61.84%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1C75EB (or 0x1C75EB) is known color: Dodger Blue. HEX triplet: 1C, 75 and EB. RGB value is (28,117,235). Sum of RGB (Red+Green+Blue) = 28+117+235=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C75EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C75EB is #E38A14. Grayscale: #676767. Windows color (decimal): -14912021 or 15430940. OLE color: 15430940.

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

Color convert

RGB 28 117 235 -
CMYK 0.88 0.50 0 0.08
HSL 214.2º 0.84% 0.52% -
HSV(B) 214.2º 0.88% 0.92% -
XYZ 21.84 18.97 81.11 -
YUV 103.84 202.01 73.91 -
System Red Green Blue C M Y K H S L
Decimal 28 117 235 0.88 0.50 0 0.08 214.2 0.84 0.52
Hex 1C 75 EB 58 32 0 8 D6 54 34
Octal 34 165 353 130 62 0 10 326 124 64
Binary 11100 1110101 11101011 1011000 110010 0 1000 11010110 1010100 110100

Color Harmonies of #1C75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C75EB

Black with #1C75EB

Text Example


Text Example

White with #1C75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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