Html Css Color HEX #335EDC Royal Blue

📋 copy color: '#335EDC'

red 51 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #335EDC

Tints of Royal Blue #335EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 13.97%
G = 25.75%
B = 60.27%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#335EDC (or 0x335EDC) is known color: Royal Blue. HEX triplet: 33, 5E and DC. RGB value is (51,94,220). Sum of RGB (Red+Green+Blue) = 51+94+220=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #335EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335EDC is #CCA123. Grayscale: #5E5E5E. Windows color (decimal): -13410596 or 14442035. OLE color: 14442035.

HSL color Cylindrical-coordinate representation of color #335EDC: hue angle of 224.73º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335EDC is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 94 220 -
CMYK 0.77 0.57 0 0.14
HSL 224.73º 0.71% 0.53% -
HSV(B) 224.73º 0.77% 0.86% -
XYZ 18.29 13.88 69.42 -
YUV 95.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 51 94 220 0.77 0.57 0 0.14 224.73 0.71 0.53
Hex 33 5E DC 4D 39 0 E E1 47 35
Octal 63 136 334 115 71 0 16 341 107 65
Binary 110011 1011110 11011100 1001101 111001 0 1110 11100001 1000111 110101

Color Harmonies of #335EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EDC

Black with #335EDC

Text Example


Text Example

White with #335EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,94,220); }

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

background-color css

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

 a { background-color: rgb(51,94,220); }

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

border-color css

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

 span { border-color: rgb(51,94,220); }

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