Html Css Color HEX #335DFA Royal Blue

📋 copy color: '#335DFA'

red 51 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #335DFA

Tints of Royal Blue #335DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

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

R = 12.94%
G = 23.6%
B = 63.45%

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

#335DFA (or 0x335DFA) is known color: Royal Blue. HEX triplet: 33, 5D and FA. RGB value is (51,93,250). Sum of RGB (Red+Green+Blue) = 51+93+250=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #335DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DFA is #CCA205. Grayscale: #616161. Windows color (decimal): -13410822 or 16407859. OLE color: 16407859.

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

Color convert

RGB 51 93 250 -
CMYK 0.80 0.63 0 0.02
HSL 227.34º 0.95% 0.59% -
HSV(B) 227.34º 0.8% 0.98% -
XYZ 22.53 15.43 92.23 -
YUV 98.34 213.59 94.23 -
System Red Green Blue C M Y K H S L
Decimal 51 93 250 0.80 0.63 0 0.02 227.34 0.95 0.59
Hex 33 5D FA 50 3F 0 2 E3 5F 3B
Octal 63 135 372 120 77 0 2 343 137 73
Binary 110011 1011101 11111010 1010000 111111 0 10 11100011 1011111 111011

Color Harmonies of #335DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DFA

Black with #335DFA

Text Example


Text Example

White with #335DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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