Html Css Color HEX #335FFB Royal Blue

📋 copy color: '#335FFB'

red 51 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #335FFB

Tints of Royal Blue #335FFB

RGB

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

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

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

R = 12.85%
G = 23.93%
B = 63.22%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#335FFB (or 0x335FFB) is known color: Royal Blue. HEX triplet: 33, 5F and FB. RGB value is (51,95,251). Sum of RGB (Red+Green+Blue) = 51+95+251=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #335FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FFB is #CCA004. Grayscale: #626262. Windows color (decimal): -13410309 or 16473907. OLE color: 16473907.

HSL color Cylindrical-coordinate representation of color #335FFB: hue angle of 226.8º 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 #335FFB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 95 251 -
CMYK 0.80 0.62 0 0.02
HSL 226.8º 0.96% 0.59% -
HSV(B) 226.8º 0.8% 0.98% -
XYZ 22.87 15.85 93.12 -
YUV 99.63 213.42 93.32 -
System Red Green Blue C M Y K H S L
Decimal 51 95 251 0.80 0.62 0 0.02 226.8 0.96 0.59
Hex 33 5F FB 50 3E 0 2 E3 60 3B
Octal 63 137 373 120 76 0 2 343 140 73
Binary 110011 1011111 11111011 1010000 111110 0 10 11100011 1100000 111011

Color Harmonies of #335FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FFB

Black with #335FFB

Text Example


Text Example

White with #335FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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