Html Css Color HEX #3071E5 Royal Blue

📋 copy color: '#3071E5'

red 48 ◦ green 113 ◦ blue 229

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

Shades of Royal Blue #3071E5

Tints of Royal Blue #3071E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 229 (89.84% from 255) = 58.72%

R = 12.31%
G = 28.97%
B = 58.72%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3071E5 (or 0x3071E5) is known color: Royal Blue. HEX triplet: 30, 71 and E5. RGB value is (48,113,229). Sum of RGB (Red+Green+Blue) = 48+113+229=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #3071E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071E5 is #CF8E1A. Grayscale: #6A6A6A. Windows color (decimal): -13602331 or 15036720. OLE color: 15036720.

HSL color Cylindrical-coordinate representation of color #3071E5: hue angle of 218.45º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3071E5 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 113 229 -
CMYK 0.79 0.51 0 0.10
HSL 218.45º 0.78% 0.54% -
HSV(B) 218.45º 0.79% 0.9% -
XYZ 21.27 18.1 76.5 -
YUV 106.79 196.97 86.07 -
System Red Green Blue C M Y K H S L
Decimal 48 113 229 0.79 0.51 0 0.10 218.45 0.78 0.54
Hex 30 71 E5 4F 33 0 A DA 4E 36
Octal 60 161 345 117 63 0 12 332 116 66
Binary 110000 1110001 11100101 1001111 110011 0 1010 11011010 1001110 110110

Color Harmonies of #3071E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071E5

Black with #3071E5

Text Example


Text Example

White with #3071E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3071E5; }

 p { color: rgb(48,113,229); }

 H1.HeaderClassName
 {
   color: #3071E5;
 }
 .AnyTagClassName
 {
   color: #3071E5;
 }
</style>

background-color css

<style>
 a { background-color: #3071E5; }

 a { background-color: rgb(48,113,229); }

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

border-color css

<style>
 span { border-color: #3071E5; }

 span { border-color: rgb(48,113,229); }

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