Html Css Color HEX #2375DD Royal Blue

📋 copy color: '#2375DD'

red 35 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #2375DD

Tints of Royal Blue #2375DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 9.38%
G = 31.37%
B = 59.25%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2375DD (or 0x2375DD) is known color: Royal Blue. HEX triplet: 23, 75 and DD. RGB value is (35,117,221). Sum of RGB (Red+Green+Blue) = 35+117+221=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #2375DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2375DD is #DC8A22. Grayscale: #676767. Windows color (decimal): -14453283 or 14513443. OLE color: 14513443.

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

Color convert

RGB 35 117 221 -
CMYK 0.84 0.47 0 0.13
HSL 213.55º 0.73% 0.5% -
HSV(B) 213.55º 0.84% 0.87% -
XYZ 20.11 18.3 70.88 -
YUV 104.34 193.83 78.54 -
System Red Green Blue C M Y K H S L
Decimal 35 117 221 0.84 0.47 0 0.13 213.55 0.73 0.5
Hex 23 75 DD 54 2F 0 D D6 49 32
Octal 43 165 335 124 57 0 15 326 111 62
Binary 100011 1110101 11011101 1010100 101111 0 1101 11010110 1001001 110010

Color Harmonies of #2375DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2375DD

Black with #2375DD

Text Example


Text Example

White with #2375DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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