Html Css Color HEX #336EFE Royal Blue

📋 copy color: '#336EFE'

red 51 ◦ green 110 ◦ blue 254

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

Shades of Royal Blue #336EFE

Tints of Royal Blue #336EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.2%

R = 12.29%
G = 26.51%
B = 61.2%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#336EFE (or 0x336EFE) is known color: Royal Blue. HEX triplet: 33, 6E and FE. RGB value is (51,110,254). Sum of RGB (Red+Green+Blue) = 51+110+254=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #336EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336EFE is #CC9101. Grayscale: #6C6C6C. Windows color (decimal): -13406466 or 16674355. OLE color: 16674355.

HSL color Cylindrical-coordinate representation of color #336EFE: hue angle of 222.56º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336EFE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 110 254 -
CMYK 0.80 0.57 0 0.00
HSL 222.56º 0.99% 0.6% -
HSV(B) 222.56º 0.8% 1% -
XYZ 24.83 19.01 96.13 -
YUV 108.78 209.95 86.79 -
System Red Green Blue C M Y K H S L
Decimal 51 110 254 0.80 0.57 0 0.00 222.56 0.99 0.6
Hex 33 6E FE 50 39 0 0 DF 63 3C
Octal 63 156 376 120 71 0 0 337 143 74
Binary 110011 1101110 11111110 1010000 111001 0 0 11011111 1100011 111100

Color Harmonies of #336EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EFE

Black with #336EFE

Text Example


Text Example

White with #336EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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