Html Css Color HEX #2363EF Royal Blue

📋 copy color: '#2363EF'

red 35 ◦ green 99 ◦ blue 239

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

Shades of Royal Blue #2363EF

Tints of Royal Blue #2363EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 9.38%
G = 26.54%
B = 64.08%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2363EF (or 0x2363EF) is known color: Royal Blue. HEX triplet: 23, 63 and EF. RGB value is (35,99,239). Sum of RGB (Red+Green+Blue) = 35+99+239=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #2363EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2363EF is #DC9C10. Grayscale: #5F5F5F. Windows color (decimal): -14457873 or 15688483. OLE color: 15688483.

HSL color Cylindrical-coordinate representation of color #2363EF: hue angle of 221.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2363EF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 99 239 -
CMYK 0.85 0.59 0 0.06
HSL 221.18º 0.86% 0.54% -
HSV(B) 221.18º 0.85% 0.94% -
XYZ 20.73 15.51 83.56 -
YUV 95.82 208.8 84.62 -
System Red Green Blue C M Y K H S L
Decimal 35 99 239 0.85 0.59 0 0.06 221.18 0.86 0.54
Hex 23 63 EF 55 3B 0 6 DD 56 36
Octal 43 143 357 125 73 0 6 335 126 66
Binary 100011 1100011 11101111 1010101 111011 0 110 11011101 1010110 110110

Color Harmonies of #2363EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2363EF

Black with #2363EF

Text Example


Text Example

White with #2363EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2363EF; }

 p { color: rgb(35,99,239); }

 H1.HeaderClassName
 {
   color: #2363EF;
 }
 .AnyTagClassName
 {
   color: #2363EF;
 }
</style>

background-color css

<style>
 a { background-color: #2363EF; }

 a { background-color: rgb(35,99,239); }

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

border-color css

<style>
 span { border-color: #2363EF; }

 span { border-color: rgb(35,99,239); }

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