Html Css Color HEX #335FE6 Royal Blue

📋 copy color: '#335FE6'

red 51 ◦ green 95 ◦ blue 230

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

Shades of Royal Blue #335FE6

Tints of Royal Blue #335FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 13.56%
G = 25.27%
B = 61.17%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#335FE6 (or 0x335FE6) is known color: Royal Blue. HEX triplet: 33, 5F and E6. RGB value is (51,95,230). Sum of RGB (Red+Green+Blue) = 51+95+230=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #335FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FE6 is #CCA019. Grayscale: #606060. Windows color (decimal): -13410330 or 15097651. OLE color: 15097651.

HSL color Cylindrical-coordinate representation of color #335FE6: hue angle of 225.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335FE6 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 95 230 -
CMYK 0.78 0.59 0 0.10
HSL 225.25º 0.78% 0.55% -
HSV(B) 225.25º 0.78% 0.9% -
XYZ 19.74 14.6 76.64 -
YUV 97.23 202.92 95.02 -
System Red Green Blue C M Y K H S L
Decimal 51 95 230 0.78 0.59 0 0.10 225.25 0.78 0.55
Hex 33 5F E6 4E 3B 0 A E1 4E 37
Octal 63 137 346 116 73 0 12 341 116 67
Binary 110011 1011111 11100110 1001110 111011 0 1010 11100001 1001110 110111

Color Harmonies of #335FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FE6

Black with #335FE6

Text Example


Text Example

White with #335FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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