Html Css Color HEX #335FFD Royal Blue

📋 copy color: '#335FFD'

red 51 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #335FFD

Tints of Royal Blue #335FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.41%

R = 12.78%
G = 23.81%
B = 63.41%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#335FFD (or 0x335FFD) is known color: Royal Blue. HEX triplet: 33, 5F and FD. RGB value is (51,95,253). Sum of RGB (Red+Green+Blue) = 51+95+253=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #335FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FFD is #CCA002. Grayscale: #636363. Windows color (decimal): -13410307 or 16604979. OLE color: 16604979.

HSL color Cylindrical-coordinate representation of color #335FFD: hue angle of 226.93º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335FFD is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 95 253 -
CMYK 0.80 0.62 0 0.01
HSL 226.93º 0.98% 0.6% -
HSV(B) 226.93º 0.8% 0.99% -
XYZ 23.19 15.98 94.79 -
YUV 99.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 51 95 253 0.80 0.62 0 0.01 226.93 0.98 0.6
Hex 33 5F FD 50 3E 0 1 E3 62 3C
Octal 63 137 375 120 76 0 1 343 142 74
Binary 110011 1011111 11111101 1010000 111110 0 1 11100011 1100010 111100

Color Harmonies of #335FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FFD

Black with #335FFD

Text Example


Text Example

White with #335FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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