Html Css Color HEX #235EE0 Royal Blue

📋 copy color: '#235EE0'

red 35 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #235EE0

Tints of Royal Blue #235EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 224 (87.89% from 255) = 63.46%

R = 9.92%
G = 26.63%
B = 63.46%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#235EE0 (or 0x235EE0) is known color: Royal Blue. HEX triplet: 23, 5E and E0. RGB value is (35,94,224). Sum of RGB (Red+Green+Blue) = 35+94+224=353 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.92% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #235EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235EE0 is #DCA11F. Grayscale: #5A5A5A. Windows color (decimal): -14459168 or 14704163. OLE color: 14704163.

HSL color Cylindrical-coordinate representation of color #235EE0: hue angle of 221.27º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #235EE0 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 94 224 -
CMYK 0.84 0.58 0 0.12
HSL 221.27º 0.75% 0.51% -
HSV(B) 221.27º 0.84% 0.88% -
XYZ 18.15 13.74 72.22 -
YUV 91.18 202.95 87.93 -
System Red Green Blue C M Y K H S L
Decimal 35 94 224 0.84 0.58 0 0.12 221.27 0.75 0.51
Hex 23 5E E0 54 3A 0 C DD 4B 33
Octal 43 136 340 124 72 0 14 335 113 63
Binary 100011 1011110 11100000 1010100 111010 0 1100 11011101 1001011 110011

Color Harmonies of #235EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EE0

Black with #235EE0

Text Example


Text Example

White with #235EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,94,224); }

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

background-color css

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

 a { background-color: rgb(35,94,224); }

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

border-color css

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

 span { border-color: rgb(35,94,224); }

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