Html Css Color HEX #235AFF Royal Blue

📋 copy color: '#235AFF'

red 35 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #235AFF

Tints of Royal Blue #235AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

 BLUE value IS 255 (100% from 255) = 67.11%

R = 9.21%
G = 23.68%
B = 67.11%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#235AFF (or 0x235AFF) is known color: Royal Blue. HEX triplet: 23, 5A and FF. RGB value is (35,90,255). Sum of RGB (Red+Green+Blue) = 35+90+255=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #235AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235AFF is #DCA500. Grayscale: #5B5B5B. Windows color (decimal): -14460161 or 16734755. OLE color: 16734755.

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

Color convert

RGB 35 90 255 -
CMYK 0.86 0.65 0 0
HSL 225º 1% 0.57% -
HSV(B) 225º 0.86% 1% -
XYZ 22.4 14.89 96.3 -
YUV 92.37 219.78 87.08 -
System Red Green Blue C M Y K H S L
Decimal 35 90 255 0.86 0.65 0 0 225 1 0.57
Hex 23 5A FF 56 41 0 0 E1 64 39
Octal 43 132 377 126 101 0 0 341 144 71
Binary 100011 1011010 11111111 1010110 1000001 0 0 11100001 1100100 111001

Color Harmonies of #235AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235AFF

Black with #235AFF

Text Example


Text Example

White with #235AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,90,255); }

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

background-color css

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

 a { background-color: rgb(35,90,255); }

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

border-color css

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

 span { border-color: rgb(35,90,255); }

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