Html Css Color HEX #335FFC Royal Blue

📋 copy color: '#335FFC'

red 51 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #335FFC

Tints of Royal Blue #335FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.32%

R = 12.81%
G = 23.87%
B = 63.32%

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

#335FFC (or 0x335FFC) is known color: Royal Blue. HEX triplet: 33, 5F and FC. RGB value is (51,95,252). Sum of RGB (Red+Green+Blue) = 51+95+252=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #335FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FFC is #CCA003. Grayscale: #636363. Windows color (decimal): -13410308 or 16539443. OLE color: 16539443.

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

Color convert

RGB 51 95 252 -
CMYK 0.80 0.62 0 0.01
HSL 226.87º 0.97% 0.59% -
HSV(B) 226.87º 0.8% 0.99% -
XYZ 23.03 15.92 93.95 -
YUV 99.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 51 95 252 0.80 0.62 0 0.01 226.87 0.97 0.59
Hex 33 5F FC 50 3E 0 1 E3 61 3B
Octal 63 137 374 120 76 0 1 343 141 73
Binary 110011 1011111 11111100 1010000 111110 0 1 11100011 1100001 111011

Color Harmonies of #335FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FFC

Black with #335FFC

Text Example


Text Example

White with #335FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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