Html Css Color HEX #235BFB Royal Blue

📋 copy color: '#235BFB'

red 35 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #235BFB

Tints of Royal Blue #235BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 251 (98.44% from 255) = 66.58%

R = 9.28%
G = 24.14%
B = 66.58%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#235BFB (or 0x235BFB) is known color: Royal Blue. HEX triplet: 23, 5B and FB. RGB value is (35,91,251). Sum of RGB (Red+Green+Blue) = 35+91+251=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #235BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235BFB is #DCA404. Grayscale: #5B5B5B. Windows color (decimal): -14459909 or 16472867. OLE color: 16472867.

HSL color Cylindrical-coordinate representation of color #235BFB: hue angle of 224.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #235BFB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 91 251 -
CMYK 0.86 0.64 0 0.02
HSL 224.44º 0.96% 0.56% -
HSV(B) 224.44º 0.86% 0.98% -
XYZ 21.85 14.8 92.97 -
YUV 92.5 217.45 86.99 -
System Red Green Blue C M Y K H S L
Decimal 35 91 251 0.86 0.64 0 0.02 224.44 0.96 0.56
Hex 23 5B FB 56 40 0 2 E0 60 38
Octal 43 133 373 126 100 0 2 340 140 70
Binary 100011 1011011 11111011 1010110 1000000 0 10 11100000 1100000 111000

Color Harmonies of #235BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235BFB

Black with #235BFB

Text Example


Text Example

White with #235BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,91,251); }

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

background-color css

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

 a { background-color: rgb(35,91,251); }

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

border-color css

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

 span { border-color: rgb(35,91,251); }

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