Html Css Color HEX #335EFD Royal Blue

📋 copy color: '#335EFD'

red 51 ◦ green 94 ◦ blue 253

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

Shades of Royal Blue #335EFD

Tints of Royal Blue #335EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 12.81%
G = 23.62%
B = 63.57%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#335EFD (or 0x335EFD) is known color: Royal Blue. HEX triplet: 33, 5E and FD. RGB value is (51,94,253). Sum of RGB (Red+Green+Blue) = 51+94+253=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #335EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EFD is #CCA102. Grayscale: #626262. Windows color (decimal): -13410563 or 16604723. OLE color: 16604723.

HSL color Cylindrical-coordinate representation of color #335EFD: hue angle of 227.23º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335EFD is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 94 253 -
CMYK 0.80 0.63 0 0.01
HSL 227.23º 0.98% 0.6% -
HSV(B) 227.23º 0.8% 0.99% -
XYZ 23.1 15.8 94.76 -
YUV 99.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 51 94 253 0.80 0.63 0 0.01 227.23 0.98 0.6
Hex 33 5E FD 50 3F 0 1 E3 62 3C
Octal 63 136 375 120 77 0 1 343 142 74
Binary 110011 1011110 11111101 1010000 111111 0 1 11100011 1100010 111100

Color Harmonies of #335EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EFD

Black with #335EFD

Text Example


Text Example

White with #335EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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