Html Css Color HEX #235FFE Royal Blue

📋 copy color: '#235FFE'

red 35 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #235FFE

Tints of Royal Blue #235FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 254 (99.61% from 255) = 66.15%

R = 9.11%
G = 24.74%
B = 66.15%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#235FFE (or 0x235FFE) is known color: Royal Blue. HEX triplet: 23, 5F and FE. RGB value is (35,95,254). Sum of RGB (Red+Green+Blue) = 35+95+254=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #235FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FFE is #DCA001. Grayscale: #5E5E5E. Windows color (decimal): -14458882 or 16670499. OLE color: 16670499.

HSL color Cylindrical-coordinate representation of color #235FFE: hue angle of 223.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235FFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 95 254 -
CMYK 0.86 0.63 0 0.00
HSL 223.56º 0.99% 0.57% -
HSV(B) 223.56º 0.86% 1% -
XYZ 22.67 15.7 95.6 -
YUV 95.19 217.62 85.07 -
System Red Green Blue C M Y K H S L
Decimal 35 95 254 0.86 0.63 0 0.00 223.56 0.99 0.57
Hex 23 5F FE 56 3F 0 0 E0 63 39
Octal 43 137 376 126 77 0 0 340 143 71
Binary 100011 1011111 11111110 1010110 111111 0 0 11100000 1100011 111001

Color Harmonies of #235FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235FFE

Black with #235FFE

Text Example


Text Example

White with #235FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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