Html Css Color HEX #236BDD Royal Blue

📋 copy color: '#236BDD'

red 35 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #236BDD

Tints of Royal Blue #236BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 9.64%
G = 29.48%
B = 60.88%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#236BDD (or 0x236BDD) is known color: Royal Blue. HEX triplet: 23, 6B and DD. RGB value is (35,107,221). Sum of RGB (Red+Green+Blue) = 35+107+221=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #236BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236BDD is #DC9422. Grayscale: #616161. Windows color (decimal): -14455843 or 14510883. OLE color: 14510883.

HSL color Cylindrical-coordinate representation of color #236BDD: hue angle of 216.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236BDD is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 107 221 -
CMYK 0.84 0.52 0 0.13
HSL 216.77º 0.73% 0.5% -
HSV(B) 216.77º 0.84% 0.87% -
XYZ 19 16.09 70.51 -
YUV 98.47 197.15 82.73 -
System Red Green Blue C M Y K H S L
Decimal 35 107 221 0.84 0.52 0 0.13 216.77 0.73 0.5
Hex 23 6B DD 54 34 0 D D9 49 32
Octal 43 153 335 124 64 0 15 331 111 62
Binary 100011 1101011 11011101 1010100 110100 0 1101 11011001 1001001 110010

Color Harmonies of #236BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236BDD

Black with #236BDD

Text Example


Text Example

White with #236BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,107,221); }

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

background-color css

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

 a { background-color: rgb(35,107,221); }

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

border-color css

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

 span { border-color: rgb(35,107,221); }

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