Html Css Color HEX #2364DD Royal Blue

📋 copy color: '#2364DD'

red 35 ◦ green 100 ◦ blue 221

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

Shades of Royal Blue #2364DD

Tints of Royal Blue #2364DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 9.83%
G = 28.09%
B = 62.08%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2364DD (or 0x2364DD) is known color: Royal Blue. HEX triplet: 23, 64 and DD. RGB value is (35,100,221). Sum of RGB (Red+Green+Blue) = 35+100+221=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #2364DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2364DD is #DC9B22. Grayscale: #5D5D5D. Windows color (decimal): -14457635 or 14509091. OLE color: 14509091.

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

Color convert

RGB 35 100 221 -
CMYK 0.84 0.55 0 0.13
HSL 219.03º 0.73% 0.5% -
HSV(B) 219.03º 0.84% 0.87% -
XYZ 18.3 14.69 70.28 -
YUV 94.36 199.47 85.66 -
System Red Green Blue C M Y K H S L
Decimal 35 100 221 0.84 0.55 0 0.13 219.03 0.73 0.5
Hex 23 64 DD 54 37 0 D DB 49 32
Octal 43 144 335 124 67 0 15 333 111 62
Binary 100011 1100100 11011101 1010100 110111 0 1101 11011011 1001001 110010

Color Harmonies of #2364DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364DD

Black with #2364DD

Text Example


Text Example

White with #2364DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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