Html Css Color HEX #3260FA Royal Blue

📋 copy color: '#3260FA'

red 50 ◦ green 96 ◦ blue 250

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

Shades of Royal Blue #3260FA

Tints of Royal Blue #3260FA

RGB

 RED value IS 50 (19.92% from 255) = 12.63%

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 12.63%
G = 24.24%
B = 63.13%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3260FA (or 0x3260FA) is known color: Royal Blue. HEX triplet: 32, 60 and FA. RGB value is (50,96,250). Sum of RGB (Red+Green+Blue) = 50+96+250=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #3260FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3260FA is #CD9F05. Grayscale: #636363. Windows color (decimal): -13475590 or 16408626. OLE color: 16408626.

HSL color Cylindrical-coordinate representation of color #3260FA: hue angle of 226.2º 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 #3260FA is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 96 250 -
CMYK 0.8 0.62 0 0.02
HSL 226.2º 0.95% 0.59% -
HSV(B) 226.2º 0.8% 0.98% -
XYZ 22.75 15.95 92.32 -
YUV 99.8 212.76 92.48 -
System Red Green Blue C M Y K H S L
Decimal 50 96 250 0.8 0.62 0 0.02 226.2 0.95 0.59
Hex 32 60 FA 50 3E 0 2 E2 5F 3B
Octal 62 140 372 120 76 0 2 342 137 73
Binary 110010 1100000 11111010 1010000 111110 0 10 11100010 1011111 111011

Color Harmonies of #3260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3260FA

Black with #3260FA

Text Example


Text Example

White with #3260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3260FA; }

 p { color: rgb(50,96,250); }

 H1.HeaderClassName
 {
   color: #3260FA;
 }
 .AnyTagClassName
 {
   color: #3260FA;
 }
</style>

background-color css

<style>
 a { background-color: #3260FA; }

 a { background-color: rgb(50,96,250); }

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

border-color css

<style>
 span { border-color: #3260FA; }

 span { border-color: rgb(50,96,250); }

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