Html Css Color HEX #335CDD Royal Blue

📋 copy color: '#335CDD'

red 51 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #335CDD

Tints of Royal Blue #335CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 14.01%
G = 25.27%
B = 60.71%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#335CDD (or 0x335CDD) is known color: Royal Blue. HEX triplet: 33, 5C and DD. RGB value is (51,92,221). Sum of RGB (Red+Green+Blue) = 51+92+221=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #335CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335CDD is #CCA322. Grayscale: #5D5D5D. Windows color (decimal): -13411107 or 14507059. OLE color: 14507059.

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

Color convert

RGB 51 92 221 -
CMYK 0.77 0.58 0 0.13
HSL 225.53º 0.71% 0.53% -
HSV(B) 225.53º 0.77% 0.87% -
XYZ 18.24 13.58 70.07 -
YUV 94.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 51 92 221 0.77 0.58 0 0.13 225.53 0.71 0.53
Hex 33 5C DD 4D 3A 0 D E2 47 35
Octal 63 134 335 115 72 0 15 342 107 65
Binary 110011 1011100 11011101 1001101 111010 0 1101 11100010 1000111 110101

Color Harmonies of #335CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335CDD

Black with #335CDD

Text Example


Text Example

White with #335CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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