Html Css Color HEX #3070CE Royal Blue

📋 copy color: '#3070CE'

red 48 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3070CE

Tints of Royal Blue #3070CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 13.11%
G = 30.6%
B = 56.28%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3070CE (or 0x3070CE) is known color: Royal Blue. HEX triplet: 30, 70 and CE. RGB value is (48,112,206). Sum of RGB (Red+Green+Blue) = 48+112+206=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #3070CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070CE is #CF8F31. Grayscale: #676767. Windows color (decimal): -13602610 or 13529136. OLE color: 13529136.

HSL color Cylindrical-coordinate representation of color #3070CE: hue angle of 215.7º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3070CE is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 112 206 -
CMYK 0.77 0.46 0 0.19
HSL 215.7º 0.62% 0.5% -
HSV(B) 215.7º 0.77% 0.81% -
XYZ 18.15 16.67 60.65 -
YUV 103.58 185.8 88.36 -
System Red Green Blue C M Y K H S L
Decimal 48 112 206 0.77 0.46 0 0.19 215.7 0.62 0.5
Hex 30 70 CE 4D 2E 0 13 D8 3E 32
Octal 60 160 316 115 56 0 23 330 76 62
Binary 110000 1110000 11001110 1001101 101110 0 10011 11011000 111110 110010

Color Harmonies of #3070CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070CE

Black with #3070CE

Text Example


Text Example

White with #3070CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3070CE; }

 p { color: rgb(48,112,206); }

 H1.HeaderClassName
 {
   color: #3070CE;
 }
 .AnyTagClassName
 {
   color: #3070CE;
 }
</style>

background-color css

<style>
 a { background-color: #3070CE; }

 a { background-color: rgb(48,112,206); }

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

border-color css

<style>
 span { border-color: #3070CE; }

 span { border-color: rgb(48,112,206); }

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