Html Css Color HEX #3071D5 Royal Blue

📋 copy color: '#3071D5'

red 48 ◦ green 113 ◦ blue 213

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

Shades of Royal Blue #3071D5

Tints of Royal Blue #3071D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 12.83%
G = 30.21%
B = 56.95%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3071D5 (or 0x3071D5) is known color: Royal Blue. HEX triplet: 30, 71 and D5. RGB value is (48,113,213). Sum of RGB (Red+Green+Blue) = 48+113+213=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #3071D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3071D5 is #CF8E2A. Grayscale: #686868. Windows color (decimal): -13602347 or 13988144. OLE color: 13988144.

HSL color Cylindrical-coordinate representation of color #3071D5: hue angle of 216.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3071D5 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 113 213 -
CMYK 0.77 0.47 0 0.16
HSL 216.36º 0.66% 0.51% -
HSV(B) 216.36º 0.77% 0.84% -
XYZ 19.13 17.24 65.27 -
YUV 104.97 188.97 87.37 -
System Red Green Blue C M Y K H S L
Decimal 48 113 213 0.77 0.47 0 0.16 216.36 0.66 0.51
Hex 30 71 D5 4D 2F 0 10 D8 42 33
Octal 60 161 325 115 57 0 20 330 102 63
Binary 110000 1110001 11010101 1001101 101111 0 10000 11011000 1000010 110011

Color Harmonies of #3071D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071D5

Black with #3071D5

Text Example


Text Example

White with #3071D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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