Html Css Color HEX #336AF8 Royal Blue

📋 copy color: '#336AF8'

red 51 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #336AF8

Tints of Royal Blue #336AF8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

 BLUE value IS 248 (97.27% from 255) = 61.23%

R = 12.59%
G = 26.17%
B = 61.23%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#336AF8 (or 0x336AF8) is known color: Royal Blue. HEX triplet: 33, 6A and F8. RGB value is (51,106,248). Sum of RGB (Red+Green+Blue) = 51+106+248=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #336AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AF8 is #CC9507. Grayscale: #696969. Windows color (decimal): -13407496 or 16280115. OLE color: 16280115.

HSL color Cylindrical-coordinate representation of color #336AF8: hue angle of 223.25º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336AF8 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 106 248 -
CMYK 0.79 0.57 0 0.03
HSL 223.25º 0.93% 0.59% -
HSV(B) 223.25º 0.79% 0.97% -
XYZ 23.46 17.79 91 -
YUV 105.74 208.28 88.95 -
System Red Green Blue C M Y K H S L
Decimal 51 106 248 0.79 0.57 0 0.03 223.25 0.93 0.59
Hex 33 6A F8 4F 39 0 3 DF 5D 3B
Octal 63 152 370 117 71 0 3 337 135 73
Binary 110011 1101010 11111000 1001111 111001 0 11 11011111 1011101 111011

Color Harmonies of #336AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AF8

Black with #336AF8

Text Example


Text Example

White with #336AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,106,248); }

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

background-color css

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

 a { background-color: rgb(51,106,248); }

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

border-color css

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

 span { border-color: rgb(51,106,248); }

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