Html Css Color HEX #335DF8 Royal Blue

📋 copy color: '#335DF8'

red 51 ◦ green 93 ◦ blue 248

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

Shades of Royal Blue #335DF8

Tints of Royal Blue #335DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 13.01%
G = 23.72%
B = 63.27%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#335DF8 (or 0x335DF8) is known color: Royal Blue. HEX triplet: 33, 5D and F8. RGB value is (51,93,248). Sum of RGB (Red+Green+Blue) = 51+93+248=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #335DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335DF8 is #CCA207. Grayscale: #616161. Windows color (decimal): -13410824 or 16276787. OLE color: 16276787.

HSL color Cylindrical-coordinate representation of color #335DF8: hue angle of 227.21º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335DF8 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 93 248 -
CMYK 0.79 0.62 0 0.03
HSL 227.21º 0.93% 0.59% -
HSV(B) 227.21º 0.79% 0.97% -
XYZ 22.22 15.31 90.59 -
YUV 98.11 212.59 94.4 -
System Red Green Blue C M Y K H S L
Decimal 51 93 248 0.79 0.62 0 0.03 227.21 0.93 0.59
Hex 33 5D F8 4F 3E 0 3 E3 5D 3B
Octal 63 135 370 117 76 0 3 343 135 73
Binary 110011 1011101 11111000 1001111 111110 0 11 11100011 1011101 111011

Color Harmonies of #335DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335DF8

Black with #335DF8

Text Example


Text Example

White with #335DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,248); }

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

background-color css

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

 a { background-color: rgb(51,93,248); }

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

border-color css

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

 span { border-color: rgb(51,93,248); }

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