Html Css Color HEX #335FED Royal Blue

📋 copy color: '#335FED'

red 51 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #335FED

Tints of Royal Blue #335FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 13.32%
G = 24.8%
B = 61.88%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#335FED (or 0x335FED) is known color: Royal Blue. HEX triplet: 33, 5F and ED. RGB value is (51,95,237). Sum of RGB (Red+Green+Blue) = 51+95+237=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #335FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335FED is #CCA012. Grayscale: #616161. Windows color (decimal): -13410323 or 15556403. OLE color: 15556403.

HSL color Cylindrical-coordinate representation of color #335FED: hue angle of 225.81º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #335FED is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 95 237 -
CMYK 0.78 0.60 0 0.07
HSL 225.81º 0.84% 0.56% -
HSV(B) 225.81º 0.78% 0.93% -
XYZ 20.74 15 81.92 -
YUV 98.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 51 95 237 0.78 0.60 0 0.07 225.81 0.84 0.56
Hex 33 5F ED 4E 3C 0 7 E2 54 38
Octal 63 137 355 116 74 0 7 342 124 70
Binary 110011 1011111 11101101 1001110 111100 0 111 11100010 1010100 111000

Color Harmonies of #335FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335FED

Black with #335FED

Text Example


Text Example

White with #335FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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