Html Css Color HEX #335EF2 Royal Blue

📋 copy color: '#335EF2'

red 51 ◦ green 94 ◦ blue 242

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

Shades of Royal Blue #335EF2

Tints of Royal Blue #335EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.53%

R = 13.18%
G = 24.29%
B = 62.53%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#335EF2 (or 0x335EF2) is known color: Royal Blue. HEX triplet: 33, 5E and F2. RGB value is (51,94,242). Sum of RGB (Red+Green+Blue) = 51+94+242=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #335EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EF2 is #CCA10D. Grayscale: #616161. Windows color (decimal): -13410574 or 15883827. OLE color: 15883827.

HSL color Cylindrical-coordinate representation of color #335EF2: hue angle of 226.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #335EF2 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 94 242 -
CMYK 0.79 0.61 0 0.05
HSL 226.49º 0.88% 0.57% -
HSV(B) 226.49º 0.79% 0.95% -
XYZ 21.39 15.12 85.8 -
YUV 98.02 209.25 94.47 -
System Red Green Blue C M Y K H S L
Decimal 51 94 242 0.79 0.61 0 0.05 226.49 0.88 0.57
Hex 33 5E F2 4F 3D 0 5 E2 58 39
Octal 63 136 362 117 75 0 5 342 130 71
Binary 110011 1011110 11110010 1001111 111101 0 101 11100010 1011000 111001

Color Harmonies of #335EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EF2

Black with #335EF2

Text Example


Text Example

White with #335EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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