Html Css Color HEX #235BDE Royal Blue

📋 copy color: '#235BDE'

red 35 ◦ green 91 ◦ blue 222

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

Shades of Royal Blue #235BDE

Tints of Royal Blue #235BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 10.06%
G = 26.15%
B = 63.79%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#235BDE (or 0x235BDE) is known color: Royal Blue. HEX triplet: 23, 5B and DE. RGB value is (35,91,222). Sum of RGB (Red+Green+Blue) = 35+91+222=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #235BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235BDE is #DCA421. Grayscale: #585858. Windows color (decimal): -14459938 or 14572323. OLE color: 14572323.

HSL color Cylindrical-coordinate representation of color #235BDE: hue angle of 222.03º degrees, saturation: 0.74, 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 #235BDE is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 91 222 -
CMYK 0.84 0.59 0 0.13
HSL 222.03º 0.74% 0.5% -
HSV(B) 222.03º 0.84% 0.87% -
XYZ 17.62 13.11 70.71 -
YUV 89.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 35 91 222 0.84 0.59 0 0.13 222.03 0.74 0.5
Hex 23 5B DE 54 3B 0 D DE 4A 32
Octal 43 133 336 124 73 0 15 336 112 62
Binary 100011 1011011 11011110 1010100 111011 0 1101 11011110 1001010 110010

Color Harmonies of #235BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BDE

Black with #235BDE

Text Example


Text Example

White with #235BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235BDE; }

 p { color: rgb(35,91,222); }

 H1.HeaderClassName
 {
   color: #235BDE;
 }
 .AnyTagClassName
 {
   color: #235BDE;
 }
</style>

background-color css

<style>
 a { background-color: #235BDE; }

 a { background-color: rgb(35,91,222); }

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

border-color css

<style>
 span { border-color: #235BDE; }

 span { border-color: rgb(35,91,222); }

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