#235EF7

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

Shades of Royal Blue #235EF7

Tints of Royal Blue #235EF7

Color information

#235EF7 (or 0x235EF7) is unknown color: approx Royal Blue. HEX triplet: 23, 5E and F7. RGB value is (35,94,247). Sum of RGB (Red+Green+Blue) = 35+94+247=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 247 (96.88% from 255 or 65.69% from 376); Max value from RGB is 247 - color contains mainly: blue. Hex color #235EF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235EF7 is #DCA108. Grayscale: #5D5D5D. Windows color (decimal): -14459145 or 16211491. OLE color: 16211491.

HSL color Cylindrical-coordinate representation of color #235EF7: hue angle of 223.3º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235EF7 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3594247-
CMYK0.860.6200.03
HSL223.3º92.98%55.29%-
HSV(B)223.3º85.83%96.86%-
XYZ21.4815.0889.77-
YUV93.8214.4586.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.31%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 247 (96.88% from 255) = 65.69%
R=9.31%
G=25%
B=65.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal35942470.860.6200.03223.392.9855.29
Hex235EF7563E03df5d37
Octal43136367126760333713567
Binary1000111011110111101111010110111110011110111111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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