Html Css Color HEX #3071E6 Royal Blue

📋 copy color: '#3071E6'

red 48 ◦ green 113 ◦ blue 230

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

Shades of Royal Blue #3071E6

Tints of Royal Blue #3071E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.82%

R = 12.28%
G = 28.9%
B = 58.82%

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

#3071E6 (or 0x3071E6) is known color: Royal Blue. HEX triplet: 30, 71 and E6. RGB value is (48,113,230). Sum of RGB (Red+Green+Blue) = 48+113+230=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #3071E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3071E6 is #CF8E19. Grayscale: #6A6A6A. Windows color (decimal): -13602330 or 15102256. OLE color: 15102256.

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

Color convert

RGB 48 113 230 -
CMYK 0.79 0.51 0 0.10
HSL 218.57º 0.78% 0.55% -
HSV(B) 218.57º 0.79% 0.9% -
XYZ 21.41 18.15 77.24 -
YUV 106.9 197.47 85.99 -
System Red Green Blue C M Y K H S L
Decimal 48 113 230 0.79 0.51 0 0.10 218.57 0.78 0.55
Hex 30 71 E6 4F 33 0 A DB 4E 37
Octal 60 161 346 117 63 0 12 333 116 67
Binary 110000 1110001 11100110 1001111 110011 0 1010 11011011 1001110 110111

Color Harmonies of #3071E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3071E6

Black with #3071E6

Text Example


Text Example

White with #3071E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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