Html Css Color HEX #336CFA Royal Blue

📋 copy color: '#336CFA'

red 51 ◦ green 108 ◦ blue 250

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

Shades of Royal Blue #336CFA

Tints of Royal Blue #336CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

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

R = 12.47%
G = 26.41%
B = 61.12%

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

#336CFA (or 0x336CFA) is known color: Royal Blue. HEX triplet: 33, 6C and FA. RGB value is (51,108,250). Sum of RGB (Red+Green+Blue) = 51+108+250=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #336CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #336CFA is #CC9305. Grayscale: #6A6A6A. Windows color (decimal): -13406982 or 16411699. OLE color: 16411699.

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

Color convert

RGB 51 108 250 -
CMYK 0.80 0.57 0 0.02
HSL 222.81º 0.95% 0.59% -
HSV(B) 222.81º 0.8% 0.98% -
XYZ 23.98 18.33 92.72 -
YUV 107.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 51 108 250 0.80 0.57 0 0.02 222.81 0.95 0.59
Hex 33 6C FA 50 39 0 2 DF 5F 3B
Octal 63 154 372 120 71 0 2 337 137 73
Binary 110011 1101100 11111010 1010000 111001 0 10 11011111 1011111 111011

Color Harmonies of #336CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CFA

Black with #336CFA

Text Example


Text Example

White with #336CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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