Html Css Color HEX #236ADD Royal Blue

📋 copy color: '#236ADD'

red 35 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #236ADD

Tints of Royal Blue #236ADD

RGB

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

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

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

R = 9.67%
G = 29.28%
B = 61.05%

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

#236ADD (or 0x236ADD) is known color: Royal Blue. HEX triplet: 23, 6A and DD. RGB value is (35,106,221). Sum of RGB (Red+Green+Blue) = 35+106+221=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #236ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ADD is #DC9522. Grayscale: #616161. Windows color (decimal): -14456099 or 14510627. OLE color: 14510627.

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

Color convert

RGB 35 106 221 -
CMYK 0.84 0.52 0 0.13
HSL 217.1º 0.73% 0.5% -
HSV(B) 217.1º 0.84% 0.87% -
XYZ 18.9 15.89 70.48 -
YUV 97.88 197.48 83.15 -
System Red Green Blue C M Y K H S L
Decimal 35 106 221 0.84 0.52 0 0.13 217.1 0.73 0.5
Hex 23 6A DD 54 34 0 D D9 49 32
Octal 43 152 335 124 64 0 15 331 111 62
Binary 100011 1101010 11011101 1010100 110100 0 1101 11011001 1001001 110010

Color Harmonies of #236ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236ADD

Black with #236ADD

Text Example


Text Example

White with #236ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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