Html Css Color HEX #2365DC Royal Blue

📋 copy color: '#2365DC'

red 35 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #2365DC

Tints of Royal Blue #2365DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.37%

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 9.83%
G = 28.37%
B = 61.8%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2365DC (or 0x2365DC) is known color: Royal Blue. HEX triplet: 23, 65 and DC. RGB value is (35,101,220). Sum of RGB (Red+Green+Blue) = 35+101+220=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2365DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2365DC is #DC9A23. Grayscale: #5E5E5E. Windows color (decimal): -14457380 or 14443811. OLE color: 14443811.

HSL color Cylindrical-coordinate representation of color #2365DC: hue angle of 218.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2365DC is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 101 220 -
CMYK 0.84 0.54 0 0.14
HSL 218.59º 0.73% 0.5% -
HSV(B) 218.59º 0.84% 0.86% -
XYZ 18.27 14.83 69.61 -
YUV 94.83 198.63 85.32 -
System Red Green Blue C M Y K H S L
Decimal 35 101 220 0.84 0.54 0 0.14 218.59 0.73 0.5
Hex 23 65 DC 54 36 0 E DB 49 32
Octal 43 145 334 124 66 0 16 333 111 62
Binary 100011 1100101 11011100 1010100 110110 0 1110 11011011 1001001 110010

Color Harmonies of #2365DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2365DC

Black with #2365DC

Text Example


Text Example

White with #2365DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2365DC; }

 p { color: rgb(35,101,220); }

 H1.HeaderClassName
 {
   color: #2365DC;
 }
 .AnyTagClassName
 {
   color: #2365DC;
 }
</style>

background-color css

<style>
 a { background-color: #2365DC; }

 a { background-color: rgb(35,101,220); }

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

border-color css

<style>
 span { border-color: #2365DC; }

 span { border-color: rgb(35,101,220); }

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