Html Css Color HEX #335CFA Royal Blue

📋 copy color: '#335CFA'

red 51 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #335CFA

Tints of Royal Blue #335CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 12.98%
G = 23.41%
B = 63.61%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#335CFA (or 0x335CFA) is known color: Royal Blue. HEX triplet: 33, 5C and FA. RGB value is (51,92,250). Sum of RGB (Red+Green+Blue) = 51+92+250=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #335CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335CFA is #CCA305. Grayscale: #616161. Windows color (decimal): -13411078 or 16407603. OLE color: 16407603.

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

Color convert

RGB 51 92 250 -
CMYK 0.80 0.63 0 0.02
HSL 227.64º 0.95% 0.59% -
HSV(B) 227.64º 0.8% 0.98% -
XYZ 22.45 15.26 92.2 -
YUV 97.75 213.92 94.65 -
System Red Green Blue C M Y K H S L
Decimal 51 92 250 0.80 0.63 0 0.02 227.64 0.95 0.59
Hex 33 5C FA 50 3F 0 2 E4 5F 3B
Octal 63 134 372 120 77 0 2 344 137 73
Binary 110011 1011100 11111010 1010000 111111 0 10 11100100 1011111 111011

Color Harmonies of #335CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CFA

Black with #335CFA

Text Example


Text Example

White with #335CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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