Html Css Color HEX #336EFA Royal Blue

📋 copy color: '#336EFA'

red 51 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #336EFA

Tints of Royal Blue #336EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.76%

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

R = 12.41%
G = 26.76%
B = 60.83%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#336EFA (or 0x336EFA) is known color: Royal Blue. HEX triplet: 33, 6E and FA. RGB value is (51,110,250). Sum of RGB (Red+Green+Blue) = 51+110+250=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #336EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336EFA is #CC9105. Grayscale: #6B6B6B. Windows color (decimal): -13406470 or 16412211. OLE color: 16412211.

HSL color Cylindrical-coordinate representation of color #336EFA: hue angle of 222.21º 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 #336EFA is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 110 250 -
CMYK 0.80 0.56 0 0.02
HSL 222.21º 0.95% 0.59% -
HSV(B) 222.21º 0.8% 0.98% -
XYZ 24.2 18.76 92.79 -
YUV 108.32 207.95 87.12 -
System Red Green Blue C M Y K H S L
Decimal 51 110 250 0.80 0.56 0 0.02 222.21 0.95 0.59
Hex 33 6E FA 50 38 0 2 DE 5F 3B
Octal 63 156 372 120 70 0 2 336 137 73
Binary 110011 1101110 11111010 1010000 111000 0 10 11011110 1011111 111011

Color Harmonies of #336EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EFA

Black with #336EFA

Text Example


Text Example

White with #336EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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