Html Css Color HEX #335FDA Royal Blue

📋 copy color: '#335FDA'

red 51 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #335FDA

Tints of Royal Blue #335FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 14.01%
G = 26.1%
B = 59.89%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#335FDA (or 0x335FDA) is known color: Royal Blue. HEX triplet: 33, 5F and DA. RGB value is (51,95,218). Sum of RGB (Red+Green+Blue) = 51+95+218=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #335FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335FDA is #CCA025. Grayscale: #5F5F5F. Windows color (decimal): -13410342 or 14311219. OLE color: 14311219.

HSL color Cylindrical-coordinate representation of color #335FDA: hue angle of 224.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #335FDA is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 95 218 -
CMYK 0.77 0.56 0 0.15
HSL 224.19º 0.69% 0.53% -
HSV(B) 224.19º 0.77% 0.85% -
XYZ 18.11 13.95 68.07 -
YUV 95.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 51 95 218 0.77 0.56 0 0.15 224.19 0.69 0.53
Hex 33 5F DA 4D 38 0 F E0 45 35
Octal 63 137 332 115 70 0 17 340 105 65
Binary 110011 1011111 11011010 1001101 111000 0 1111 11100000 1000101 110101

Color Harmonies of #335FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FDA

Black with #335FDA

Text Example


Text Example

White with #335FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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