Html Css Color HEX #2364EB Royal Blue

📋 copy color: '#2364EB'

red 35 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #2364EB

Tints of Royal Blue #2364EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.51%

R = 9.46%
G = 27.03%
B = 63.51%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2364EB (or 0x2364EB) is known color: Royal Blue. HEX triplet: 23, 64 and EB. RGB value is (35,100,235). Sum of RGB (Red+Green+Blue) = 35+100+235=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #2364EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2364EB is #DC9B14. Grayscale: #5F5F5F. Windows color (decimal): -14457621 or 15426595. OLE color: 15426595.

HSL color Cylindrical-coordinate representation of color #2364EB: hue angle of 220.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2364EB is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 100 235 -
CMYK 0.85 0.57 0 0.08
HSL 220.5º 0.83% 0.53% -
HSV(B) 220.5º 0.85% 0.92% -
XYZ 20.25 15.47 80.52 -
YUV 95.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 35 100 235 0.85 0.57 0 0.08 220.5 0.83 0.53
Hex 23 64 EB 55 39 0 8 DC 53 35
Octal 43 144 353 125 71 0 10 334 123 65
Binary 100011 1100100 11101011 1010101 111001 0 1000 11011100 1010011 110101

Color Harmonies of #2364EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2364EB

Black with #2364EB

Text Example


Text Example

White with #2364EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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