Html Css Color HEX #2377DD Royal Blue

📋 copy color: '#2377DD'

red 35 ◦ green 119 ◦ blue 221

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

Shades of Royal Blue #2377DD

Tints of Royal Blue #2377DD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 9.33%
G = 31.73%
B = 58.93%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2377DD (or 0x2377DD) is known color: Royal Blue. HEX triplet: 23, 77 and DD. RGB value is (35,119,221). Sum of RGB (Red+Green+Blue) = 35+119+221=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2377DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2377DD is #DC8822. Grayscale: #696969. Windows color (decimal): -14452771 or 14513955. OLE color: 14513955.

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

Color convert

RGB 35 119 221 -
CMYK 0.84 0.46 0 0.13
HSL 212.9º 0.73% 0.5% -
HSV(B) 212.9º 0.84% 0.87% -
XYZ 20.34 18.77 70.96 -
YUV 105.51 193.17 77.71 -
System Red Green Blue C M Y K H S L
Decimal 35 119 221 0.84 0.46 0 0.13 212.9 0.73 0.5
Hex 23 77 DD 54 2E 0 D D5 49 32
Octal 43 167 335 124 56 0 15 325 111 62
Binary 100011 1110111 11011101 1010100 101110 0 1101 11010101 1001001 110010

Color Harmonies of #2377DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2377DD

Black with #2377DD

Text Example


Text Example

White with #2377DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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