Html Css Color HEX #235EFE Royal Blue

📋 copy color: '#235EFE'

red 35 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #235EFE

Tints of Royal Blue #235EFE

RGB

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

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

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

R = 9.14%
G = 24.54%
B = 66.32%

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

#235EFE (or 0x235EFE) is known color: Royal Blue. HEX triplet: 23, 5E and FE. RGB value is (35,94,254). Sum of RGB (Red+Green+Blue) = 35+94+254=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #235EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235EFE is #DCA101. Grayscale: #5D5D5D. Windows color (decimal): -14459138 or 16670243. OLE color: 16670243.

HSL color Cylindrical-coordinate representation of color #235EFE: hue angle of 223.84º 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 #235EFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 94 254 -
CMYK 0.86 0.63 0 0.00
HSL 223.84º 0.99% 0.57% -
HSV(B) 223.84º 0.86% 1% -
XYZ 22.59 15.52 95.57 -
YUV 94.6 217.95 85.49 -
System Red Green Blue C M Y K H S L
Decimal 35 94 254 0.86 0.63 0 0.00 223.84 0.99 0.57
Hex 23 5E FE 56 3F 0 0 E0 63 39
Octal 43 136 376 126 77 0 0 340 143 71
Binary 100011 1011110 11111110 1010110 111111 0 0 11100000 1100011 111001

Color Harmonies of #235EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235EFE

Black with #235EFE

Text Example


Text Example

White with #235EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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