Html Css Color HEX #2373DD Royal Blue

📋 copy color: '#2373DD'

red 35 ◦ green 115 ◦ blue 221

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

Shades of Royal Blue #2373DD

Tints of Royal Blue #2373DD

RGB

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

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

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

R = 9.43%
G = 31%
B = 59.57%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2373DD (or 0x2373DD) is known color: Royal Blue. HEX triplet: 23, 73 and DD. RGB value is (35,115,221). Sum of RGB (Red+Green+Blue) = 35+115+221=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #2373DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2373DD is #DC8C22. Grayscale: #666666. Windows color (decimal): -14453795 or 14512931. OLE color: 14512931.

HSL color Cylindrical-coordinate representation of color #2373DD: hue angle of 214.19º 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 #2373DD is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 115 221 -
CMYK 0.84 0.48 0 0.13
HSL 214.19º 0.73% 0.5% -
HSV(B) 214.19º 0.84% 0.87% -
XYZ 19.88 17.84 70.8 -
YUV 103.16 194.5 79.38 -
System Red Green Blue C M Y K H S L
Decimal 35 115 221 0.84 0.48 0 0.13 214.19 0.73 0.5
Hex 23 73 DD 54 30 0 D D6 49 32
Octal 43 163 335 124 60 0 15 326 111 62
Binary 100011 1110011 11011101 1010100 110000 0 1101 11010110 1001001 110010

Color Harmonies of #2373DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2373DD

Black with #2373DD

Text Example


Text Example

White with #2373DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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