Html Css Color HEX #335EFA Royal Blue

📋 copy color: '#335EFA'

red 51 ◦ green 94 ◦ blue 250

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

Shades of Royal Blue #335EFA

Tints of Royal Blue #335EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 12.91%
G = 23.8%
B = 63.29%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#335EFA (or 0x335EFA) is known color: Royal Blue. HEX triplet: 33, 5E and FA. RGB value is (51,94,250). Sum of RGB (Red+Green+Blue) = 51+94+250=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #335EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #335EFA is #CCA105. Grayscale: #626262. Windows color (decimal): -13410566 or 16408115. OLE color: 16408115.

HSL color Cylindrical-coordinate representation of color #335EFA: hue angle of 227.04º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335EFA is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 94 250 -
CMYK 0.80 0.62 0 0.02
HSL 227.04º 0.95% 0.59% -
HSV(B) 227.04º 0.8% 0.98% -
XYZ 22.62 15.61 92.26 -
YUV 98.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 51 94 250 0.80 0.62 0 0.02 227.04 0.95 0.59
Hex 33 5E FA 50 3E 0 2 E3 5F 3B
Octal 63 136 372 120 76 0 2 343 137 73
Binary 110011 1011110 11111010 1010000 111110 0 10 11100011 1011111 111011

Color Harmonies of #335EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335EFA

Black with #335EFA

Text Example


Text Example

White with #335EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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