Html Css Color HEX #336AFB Royal Blue

📋 copy color: '#336AFB'

red 51 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #336AFB

Tints of Royal Blue #336AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 12.5%
G = 25.98%
B = 61.52%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#336AFB (or 0x336AFB) is known color: Royal Blue. HEX triplet: 33, 6A and FB. RGB value is (51,106,251). Sum of RGB (Red+Green+Blue) = 51+106+251=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #336AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336AFB is #CC9504. Grayscale: #696969. Windows color (decimal): -13407493 or 16476723. OLE color: 16476723.

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

Color convert

RGB 51 106 251 -
CMYK 0.80 0.58 0 0.02
HSL 223.5º 0.96% 0.59% -
HSV(B) 223.5º 0.8% 0.98% -
XYZ 23.93 17.98 93.48 -
YUV 106.09 209.78 88.71 -
System Red Green Blue C M Y K H S L
Decimal 51 106 251 0.80 0.58 0 0.02 223.5 0.96 0.59
Hex 33 6A FB 50 3A 0 2 E0 60 3B
Octal 63 152 373 120 72 0 2 340 140 73
Binary 110011 1101010 11111011 1010000 111010 0 10 11100000 1100000 111011

Color Harmonies of #336AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AFB

Black with #336AFB

Text Example


Text Example

White with #336AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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