Html Css Color HEX #3063FD Royal Blue

📋 copy color: '#3063FD'

red 48 ◦ green 99 ◦ blue 253

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

Shades of Royal Blue #3063FD

Tints of Royal Blue #3063FD

RGB

 RED value IS 48 (19.14% from 255) = 12%

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 12%
G = 24.75%
B = 63.25%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3063FD (or 0x3063FD) is known color: Royal Blue. HEX triplet: 30, 63 and FD. RGB value is (48,99,253). Sum of RGB (Red+Green+Blue) = 48+99+253=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #3063FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3063FD is #CF9C02. Grayscale: #646464. Windows color (decimal): -13605891 or 16606000. OLE color: 16606000.

HSL color Cylindrical-coordinate representation of color #3063FD: hue angle of 225.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3063FD is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 99 253 -
CMYK 0.81 0.61 0 0.01
HSL 225.07º 0.98% 0.59% -
HSV(B) 225.07º 0.81% 0.99% -
XYZ 23.41 16.64 94.91 -
YUV 101.31 213.6 89.98 -
System Red Green Blue C M Y K H S L
Decimal 48 99 253 0.81 0.61 0 0.01 225.07 0.98 0.59
Hex 30 63 FD 51 3D 0 1 E1 62 3B
Octal 60 143 375 121 75 0 1 341 142 73
Binary 110000 1100011 11111101 1010001 111101 0 1 11100001 1100010 111011

Color Harmonies of #3063FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063FD

Black with #3063FD

Text Example


Text Example

White with #3063FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3063FD; }

 p { color: rgb(48,99,253); }

 H1.HeaderClassName
 {
   color: #3063FD;
 }
 .AnyTagClassName
 {
   color: #3063FD;
 }
</style>

background-color css

<style>
 a { background-color: #3063FD; }

 a { background-color: rgb(48,99,253); }

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

border-color css

<style>
 span { border-color: #3063FD; }

 span { border-color: rgb(48,99,253); }

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