Html Css Color HEX #336BFA Royal Blue

📋 copy color: '#336BFA'

red 51 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #336BFA

Tints of Royal Blue #336BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

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

R = 12.5%
G = 26.23%
B = 61.27%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#336BFA (or 0x336BFA) is known color: Royal Blue. HEX triplet: 33, 6B and FA. RGB value is (51,107,250). Sum of RGB (Red+Green+Blue) = 51+107+250=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #336BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336BFA is #CC9405. Grayscale: #696969. Windows color (decimal): -13407238 or 16411443. OLE color: 16411443.

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

Color convert

RGB 51 107 250 -
CMYK 0.80 0.57 0 0.02
HSL 223.12º 0.95% 0.59% -
HSV(B) 223.12º 0.8% 0.98% -
XYZ 23.88 18.12 92.68 -
YUV 106.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 51 107 250 0.80 0.57 0 0.02 223.12 0.95 0.59
Hex 33 6B FA 50 39 0 2 DF 5F 3B
Octal 63 153 372 120 71 0 2 337 137 73
Binary 110011 1101011 11111010 1010000 111001 0 10 11011111 1011111 111011

Color Harmonies of #336BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336BFA

Black with #336BFA

Text Example


Text Example

White with #336BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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