Html Css Color HEX #3063E0 Royal Blue

📋 copy color: '#3063E0'

red 48 ◦ green 99 ◦ blue 224

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

Shades of Royal Blue #3063E0

Tints of Royal Blue #3063E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 12.94%
G = 26.68%
B = 60.38%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3063E0 (or 0x3063E0) is known color: Royal Blue. HEX triplet: 30, 63 and E0. RGB value is (48,99,224). Sum of RGB (Red+Green+Blue) = 48+99+224=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #3063E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063E0 is #CF9C1F. Grayscale: #616161. Windows color (decimal): -13605920 or 14705456. OLE color: 14705456.

HSL color Cylindrical-coordinate representation of color #3063E0: hue angle of 222.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3063E0 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 99 224 -
CMYK 0.79 0.56 0 0.12
HSL 222.61º 0.74% 0.53% -
HSV(B) 222.61º 0.79% 0.88% -
XYZ 19.14 14.93 72.4 -
YUV 98 199.1 92.34 -
System Red Green Blue C M Y K H S L
Decimal 48 99 224 0.79 0.56 0 0.12 222.61 0.74 0.53
Hex 30 63 E0 4F 38 0 C DF 4A 35
Octal 60 143 340 117 70 0 14 337 112 65
Binary 110000 1100011 11100000 1001111 111000 0 1100 11011111 1001010 110101

Color Harmonies of #3063E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063E0

Black with #3063E0

Text Example


Text Example

White with #3063E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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