Html Css Color HEX #3263FA Royal Blue

📋 copy color: '#3263FA'

red 50 ◦ green 99 ◦ blue 250

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

Shades of Royal Blue #3263FA

Tints of Royal Blue #3263FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

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

R = 12.53%
G = 24.81%
B = 62.66%

CMYK

 C value IS 0.8

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3263FA (or 0x3263FA) is known color: Royal Blue. HEX triplet: 32, 63 and FA. RGB value is (50,99,250). Sum of RGB (Red+Green+Blue) = 50+99+250=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3263FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3263FA is #CD9C05. Grayscale: #646464. Windows color (decimal): -13474822 or 16409394. OLE color: 16409394.

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

Color convert

RGB 50 99 250 -
CMYK 0.8 0.60 0 0.02
HSL 225.3º 0.95% 0.59% -
HSV(B) 225.3º 0.8% 0.98% -
XYZ 23.03 16.5 92.41 -
YUV 101.56 211.77 91.22 -
System Red Green Blue C M Y K H S L
Decimal 50 99 250 0.8 0.60 0 0.02 225.3 0.95 0.59
Hex 32 63 FA 50 3C 0 2 E1 5F 3B
Octal 62 143 372 120 74 0 2 341 137 73
Binary 110010 1100011 11111010 1010000 111100 0 10 11100001 1011111 111011

Color Harmonies of #3263FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263FA

Black with #3263FA

Text Example


Text Example

White with #3263FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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