Html Css Color HEX #2375DC Royal Blue

📋 copy color: '#2375DC'

red 35 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #2375DC

Tints of Royal Blue #2375DC

RGB

 RED value IS 35 (14.06% from 255) = 9.41%

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

 BLUE value IS 220 (86.33% from 255) = 59.14%

R = 9.41%
G = 31.45%
B = 59.14%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2375DC (or 0x2375DC) is known color: Royal Blue. HEX triplet: 23, 75 and DC. RGB value is (35,117,220). Sum of RGB (Red+Green+Blue) = 35+117+220=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2375DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375DC is #DC8A23. Grayscale: #676767. Windows color (decimal): -14453284 or 14447907. OLE color: 14447907.

HSL color Cylindrical-coordinate representation of color #2375DC: hue angle of 213.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2375DC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 117 220 -
CMYK 0.84 0.47 0 0.14
HSL 213.41º 0.73% 0.5% -
HSV(B) 213.41º 0.84% 0.86% -
XYZ 19.97 18.25 70.18 -
YUV 104.22 193.33 78.62 -
System Red Green Blue C M Y K H S L
Decimal 35 117 220 0.84 0.47 0 0.14 213.41 0.73 0.5
Hex 23 75 DC 54 2F 0 E D5 49 32
Octal 43 165 334 124 57 0 16 325 111 62
Binary 100011 1110101 11011100 1010100 101111 0 1110 11010101 1001001 110010

Color Harmonies of #2375DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375DC

Black with #2375DC

Text Example


Text Example

White with #2375DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2375DC; }

 p { color: rgb(35,117,220); }

 H1.HeaderClassName
 {
   color: #2375DC;
 }
 .AnyTagClassName
 {
   color: #2375DC;
 }
</style>

background-color css

<style>
 a { background-color: #2375DC; }

 a { background-color: rgb(35,117,220); }

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

border-color css

<style>
 span { border-color: #2375DC; }

 span { border-color: rgb(35,117,220); }

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