Html Css Color HEX #335CFD Royal Blue

📋 copy color: '#335CFD'

red 51 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #335CFD

Tints of Royal Blue #335CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

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

R = 12.88%
G = 23.23%
B = 63.89%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#335CFD (or 0x335CFD) is known color: Royal Blue. HEX triplet: 33, 5C and FD. RGB value is (51,92,253). Sum of RGB (Red+Green+Blue) = 51+92+253=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #335CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CFD is #CCA302. Grayscale: #616161. Windows color (decimal): -13411075 or 16604211. OLE color: 16604211.

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

Color convert

RGB 51 92 253 -
CMYK 0.80 0.64 0 0.01
HSL 227.82º 0.98% 0.6% -
HSV(B) 227.82º 0.8% 0.99% -
XYZ 22.92 15.45 94.7 -
YUV 98.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 51 92 253 0.80 0.64 0 0.01 227.82 0.98 0.6
Hex 33 5C FD 50 40 0 1 E4 62 3C
Octal 63 134 375 120 100 0 1 344 142 74
Binary 110011 1011100 11111101 1010000 1000000 0 1 11100100 1100010 111100

Color Harmonies of #335CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CFD

Black with #335CFD

Text Example


Text Example

White with #335CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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