Html Css Color HEX #335AFB Royal Blue

📋 copy color: '#335AFB'

red 51 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #335AFB

Tints of Royal Blue #335AFB

RGB

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

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

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

R = 13.01%
G = 22.96%
B = 64.03%

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

#335AFB (or 0x335AFB) is known color: Royal Blue. HEX triplet: 33, 5A and FB. RGB value is (51,90,251). Sum of RGB (Red+Green+Blue) = 51+90+251=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #335AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335AFB is #CCA504. Grayscale: #606060. Windows color (decimal): -13411589 or 16472627. OLE color: 16472627.

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

Color convert

RGB 51 90 251 -
CMYK 0.80 0.64 0 0.02
HSL 228.3º 0.96% 0.59% -
HSV(B) 228.3º 0.8% 0.98% -
XYZ 22.43 14.98 92.98 -
YUV 96.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 51 90 251 0.80 0.64 0 0.02 228.3 0.96 0.59
Hex 33 5A FB 50 40 0 2 E4 60 3B
Octal 63 132 373 120 100 0 2 344 140 73
Binary 110011 1011010 11111011 1010000 1000000 0 10 11100100 1100000 111011

Color Harmonies of #335AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335AFB

Black with #335AFB

Text Example


Text Example

White with #335AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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