Html Css Color HEX #2363DA Royal Blue

📋 copy color: '#2363DA'

red 35 ◦ green 99 ◦ blue 218

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

Shades of Royal Blue #2363DA

Tints of Royal Blue #2363DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 9.94%
G = 28.13%
B = 61.93%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2363DA (or 0x2363DA) is known color: Royal Blue. HEX triplet: 23, 63 and DA. RGB value is (35,99,218). Sum of RGB (Red+Green+Blue) = 35+99+218=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #2363DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2363DA is #DC9C25. Grayscale: #5C5C5C. Windows color (decimal): -14457894 or 14312227. OLE color: 14312227.

HSL color Cylindrical-coordinate representation of color #2363DA: hue angle of 219.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2363DA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 99 218 -
CMYK 0.84 0.55 0 0.15
HSL 219.02º 0.72% 0.5% -
HSV(B) 219.02º 0.84% 0.85% -
XYZ 17.81 14.34 68.16 -
YUV 93.43 198.3 86.32 -
System Red Green Blue C M Y K H S L
Decimal 35 99 218 0.84 0.55 0 0.15 219.02 0.72 0.5
Hex 23 63 DA 54 37 0 F DB 48 32
Octal 43 143 332 124 67 0 17 333 110 62
Binary 100011 1100011 11011010 1010100 110111 0 1111 11011011 1001000 110010

Color Harmonies of #2363DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2363DA

Black with #2363DA

Text Example


Text Example

White with #2363DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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