#235FEB

Color #235FEB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #235FEB

Tints of Royal Blue #235FEB

Color information

#235FEB (or 0x235FEB) is unknown color: approx Royal Blue. HEX triplet: 23, 5F and EB. RGB value is (35,95,235). Sum of RGB (Red+Green+Blue) = 35+95+235=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #235FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FEB is #DCA014. Grayscale: #5C5C5C. Windows color (decimal): -14458901 or 15425315. OLE color: 15425315.

HSL color Cylindrical-coordinate representation of color #235FEB: hue angle of 222º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #235FEB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3595235-
CMYK0.850.6000.08
HSL222º83.33%52.94%-
HSV(B)222º85.11%92.16%-
XYZ19.7814.5480.36-
YUV93.02208.1286.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.59%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 235 (92.19% from 255) = 64.38%
R=9.59%
G=26.03%
B=64.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal35952350.850.6000.0822283.3352.94
Hex235FEB553C08de5335
Octal431373531257401033612365
Binary100011101111111101011101010111110001000110111101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,95,235); }

 H1.HeaderClassName
 {
   color: #235FEB;
 }
 .AnyTagClassName
 {
   color: #235FEB;
 }
</style>
background-color css

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

 a { background-color: rgb(35,95,235); }

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

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

 span { border-color: rgb(35,95,235); }

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