#234BEB

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

Shades of Royal Blue #234BEB

Tints of Royal Blue #234BEB

Color information

#234BEB (or 0x234BEB) is unknown color: approx Royal Blue. HEX triplet: 23, 4B and EB. RGB value is (35,75,235). Sum of RGB (Red+Green+Blue) = 35+75+235=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #234BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234BEB is #DCB414. Grayscale: #505050. Windows color (decimal): -14464021 or 15420195. OLE color: 15420195.

HSL color Cylindrical-coordinate representation of color #234BEB: hue angle of 228º 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 #234BEB is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3575235-
CMYK0.850.6800.08
HSL228º83.33%52.94%-
HSV(B)228º85.11%92.16%-
XYZ18.211.3979.84-
YUV81.28214.7594.99-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.14%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 235 (92.19% from 255) = 68.12%
R=10.14%
G=21.74%
B=68.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal35752350.850.6800.0822883.3352.94
Hex234BEB554408e45335
Octal4311335312510401034412365
Binary1000111001011111010111010101100010001000111001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234BEB; }

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

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

<style>
 a { background-color: #234BEB; }

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

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

<style>
 span { border-color: #234BEB; }

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

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