Html Css Color HEX #335BFB Royal Blue

📋 copy color: '#335BFB'

red 51 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #335BFB

Tints of Royal Blue #335BFB

RGB

 RED value IS 51 (20.31% from 255) = 12.98%

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

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

R = 12.98%
G = 23.16%
B = 63.87%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#335BFB (or 0x335BFB) is known color: Royal Blue. HEX triplet: 33, 5B and FB. RGB value is (51,91,251). Sum of RGB (Red+Green+Blue) = 51+91+251=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #335BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335BFB is #CCA404. Grayscale: #606060. Windows color (decimal): -13411333 or 16472883. OLE color: 16472883.

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

Color convert

RGB 51 91 251 -
CMYK 0.80 0.64 0 0.02
HSL 228º 0.96% 0.59% -
HSV(B) 228º 0.8% 0.98% -
XYZ 22.52 15.15 93 -
YUV 97.28 214.75 94.99 -
System Red Green Blue C M Y K H S L
Decimal 51 91 251 0.80 0.64 0 0.02 228 0.96 0.59
Hex 33 5B FB 50 40 0 2 E4 60 3B
Octal 63 133 373 120 100 0 2 344 140 73
Binary 110011 1011011 11111011 1010000 1000000 0 10 11100100 1100000 111011

Color Harmonies of #335BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335BFB

Black with #335BFB

Text Example


Text Example

White with #335BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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