Html Css Color HEX #2364ED Royal Blue

📋 copy color: '#2364ED'

red 35 ◦ green 100 ◦ blue 237

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

Shades of Royal Blue #2364ED

Tints of Royal Blue #2364ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 9.41%
G = 26.88%
B = 63.71%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2364ED (or 0x2364ED) is known color: Royal Blue. HEX triplet: 23, 64 and ED. RGB value is (35,100,237). Sum of RGB (Red+Green+Blue) = 35+100+237=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #2364ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364ED is #DC9B12. Grayscale: #5F5F5F. Windows color (decimal): -14457619 or 15557667. OLE color: 15557667.

HSL color Cylindrical-coordinate representation of color #2364ED: hue angle of 220.69º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2364ED is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 100 237 -
CMYK 0.85 0.58 0 0.07
HSL 220.69º 0.85% 0.53% -
HSV(B) 220.69º 0.85% 0.93% -
XYZ 20.54 15.59 82.05 -
YUV 96.18 207.47 84.36 -
System Red Green Blue C M Y K H S L
Decimal 35 100 237 0.85 0.58 0 0.07 220.69 0.85 0.53
Hex 23 64 ED 55 3A 0 7 DD 55 35
Octal 43 144 355 125 72 0 7 335 125 65
Binary 100011 1100100 11101101 1010101 111010 0 111 11011101 1010101 110101

Color Harmonies of #2364ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364ED

Black with #2364ED

Text Example


Text Example

White with #2364ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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