Html Css Color HEX #235BED Royal Blue

📋 copy color: '#235BED'

red 35 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #235BED

Tints of Royal Blue #235BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 9.64%
G = 25.07%
B = 65.29%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#235BED (or 0x235BED) is known color: Royal Blue. HEX triplet: 23, 5B and ED. RGB value is (35,91,237). Sum of RGB (Red+Green+Blue) = 35+91+237=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #235BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235BED is #DCA412. Grayscale: #5A5A5A. Windows color (decimal): -14459923 or 15555363. OLE color: 15555363.

HSL color Cylindrical-coordinate representation of color #235BED: hue angle of 223.37º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #235BED is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 91 237 -
CMYK 0.85 0.62 0 0.07
HSL 223.37º 0.85% 0.53% -
HSV(B) 223.37º 0.85% 0.93% -
XYZ 19.72 13.95 81.77 -
YUV 90.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 35 91 237 0.85 0.62 0 0.07 223.37 0.85 0.53
Hex 23 5B ED 55 3E 0 7 DF 55 35
Octal 43 133 355 125 76 0 7 337 125 65
Binary 100011 1011011 11101101 1010101 111110 0 111 11011111 1010101 110101

Color Harmonies of #235BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BED

Black with #235BED

Text Example


Text Example

White with #235BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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