Html Css Color HEX #236ADC Royal Blue

📋 copy color: '#236ADC'

red 35 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #236ADC

Tints of Royal Blue #236ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 9.7%
G = 29.36%
B = 60.94%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#236ADC (or 0x236ADC) is known color: Royal Blue. HEX triplet: 23, 6A and DC. RGB value is (35,106,220). Sum of RGB (Red+Green+Blue) = 35+106+220=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #236ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ADC is #DC9523. Grayscale: #616161. Windows color (decimal): -14456100 or 14445091. OLE color: 14445091.

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

Color convert

RGB 35 106 220 -
CMYK 0.84 0.52 0 0.14
HSL 216.97º 0.73% 0.5% -
HSV(B) 216.97º 0.84% 0.86% -
XYZ 18.77 15.83 69.78 -
YUV 97.77 196.98 83.23 -
System Red Green Blue C M Y K H S L
Decimal 35 106 220 0.84 0.52 0 0.14 216.97 0.73 0.5
Hex 23 6A DC 54 34 0 E D9 49 32
Octal 43 152 334 124 64 0 16 331 111 62
Binary 100011 1101010 11011100 1010100 110100 0 1110 11011001 1001001 110010

Color Harmonies of #236ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236ADC

Black with #236ADC

Text Example


Text Example

White with #236ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236ADC; }

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

 H1.HeaderClassName
 {
   color: #236ADC;
 }
 .AnyTagClassName
 {
   color: #236ADC;
 }
</style>

background-color css

<style>
 a { background-color: #236ADC; }

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

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

border-color css

<style>
 span { border-color: #236ADC; }

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

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