Html Css Color HEX #1C75F7 Dodger Blue

📋 copy color: '#1C75F7'

red 28 ◦ green 117 ◦ blue 247

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

Shades of Dodger Blue #1C75F7

Tints of Dodger Blue #1C75F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.01%

R = 7.14%
G = 29.85%
B = 63.01%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1C75F7 (or 0x1C75F7) is known color: Dodger Blue. HEX triplet: 1C, 75 and F7. RGB value is (28,117,247). Sum of RGB (Red+Green+Blue) = 28+117+247=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C75F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C75F7 is #E38A08. Grayscale: #686868. Windows color (decimal): -14912009 or 16217372. OLE color: 16217372.

HSL color Cylindrical-coordinate representation of color #1C75F7: hue angle of 215.62º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C75F7 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 28 117 247 -
CMYK 0.89 0.53 0 0.03
HSL 215.62º 0.93% 0.54% -
HSV(B) 215.62º 0.89% 0.97% -
XYZ 23.63 19.68 90.55 -
YUV 105.21 208.01 72.93 -
System Red Green Blue C M Y K H S L
Decimal 28 117 247 0.89 0.53 0 0.03 215.62 0.93 0.54
Hex 1C 75 F7 59 35 0 3 D8 5D 36
Octal 34 165 367 131 65 0 3 330 135 66
Binary 11100 1110101 11110111 1011001 110101 0 11 11011000 1011101 110110

Color Harmonies of #1C75F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C75F7

Black with #1C75F7

Text Example


Text Example

White with #1C75F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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