Html Css Color HEX #2360EE Royal Blue

📋 copy color: '#2360EE'

red 35 ◦ green 96 ◦ blue 238

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

Shades of Royal Blue #2360EE

Tints of Royal Blue #2360EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 9.49%
G = 26.02%
B = 64.5%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2360EE (or 0x2360EE) is known color: Royal Blue. HEX triplet: 23, 60 and EE. RGB value is (35,96,238). Sum of RGB (Red+Green+Blue) = 35+96+238=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #2360EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2360EE is #DC9F11. Grayscale: #5D5D5D. Windows color (decimal): -14458642 or 15622179. OLE color: 15622179.

HSL color Cylindrical-coordinate representation of color #2360EE: hue angle of 221.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2360EE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 96 238 -
CMYK 0.85 0.60 0 0.07
HSL 221.97º 0.86% 0.54% -
HSV(B) 221.97º 0.85% 0.93% -
XYZ 20.31 14.9 82.69 -
YUV 93.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 35 96 238 0.85 0.60 0 0.07 221.97 0.86 0.54
Hex 23 60 EE 55 3C 0 7 DE 56 36
Octal 43 140 356 125 74 0 7 336 126 66
Binary 100011 1100000 11101110 1010101 111100 0 111 11011110 1010110 110110

Color Harmonies of #2360EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2360EE

Black with #2360EE

Text Example


Text Example

White with #2360EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2360EE; }

 p { color: rgb(35,96,238); }

 H1.HeaderClassName
 {
   color: #2360EE;
 }
 .AnyTagClassName
 {
   color: #2360EE;
 }
</style>

background-color css

<style>
 a { background-color: #2360EE; }

 a { background-color: rgb(35,96,238); }

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

border-color css

<style>
 span { border-color: #2360EE; }

 span { border-color: rgb(35,96,238); }

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