Html Css Color HEX #2367DC Royal Blue

📋 copy color: '#2367DC'

red 35 ◦ green 103 ◦ blue 220

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

Shades of Royal Blue #2367DC

Tints of Royal Blue #2367DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

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

R = 9.78%
G = 28.77%
B = 61.45%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2367DC (or 0x2367DC) is known color: Royal Blue. HEX triplet: 23, 67 and DC. RGB value is (35,103,220). Sum of RGB (Red+Green+Blue) = 35+103+220=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #2367DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2367DC is #DC9823. Grayscale: #5F5F5F. Windows color (decimal): -14456868 or 14444323. OLE color: 14444323.

HSL color Cylindrical-coordinate representation of color #2367DC: hue angle of 217.95º 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 #2367DC is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 103 220 -
CMYK 0.84 0.53 0 0.14
HSL 217.95º 0.73% 0.5% -
HSV(B) 217.95º 0.84% 0.86% -
XYZ 18.46 15.23 69.68 -
YUV 96.01 197.97 84.49 -
System Red Green Blue C M Y K H S L
Decimal 35 103 220 0.84 0.53 0 0.14 217.95 0.73 0.5
Hex 23 67 DC 54 35 0 E DA 49 32
Octal 43 147 334 124 65 0 16 332 111 62
Binary 100011 1100111 11011100 1010100 110101 0 1110 11011010 1001001 110010

Color Harmonies of #2367DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2367DC

Black with #2367DC

Text Example


Text Example

White with #2367DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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