Html Css Color HEX #3070FB Royal Blue

📋 copy color: '#3070FB'

red 48 ◦ green 112 ◦ blue 251

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

Shades of Royal Blue #3070FB

Tints of Royal Blue #3070FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 11.68%
G = 27.25%
B = 61.07%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3070FB (or 0x3070FB) is known color: Royal Blue. HEX triplet: 30, 70 and FB. RGB value is (48,112,251). Sum of RGB (Red+Green+Blue) = 48+112+251=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #3070FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3070FB is #CF8F04. Grayscale: #6C6C6C. Windows color (decimal): -13602565 or 16478256. OLE color: 16478256.

HSL color Cylindrical-coordinate representation of color #3070FB: hue angle of 221.08º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3070FB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 112 251 -
CMYK 0.81 0.55 0 0.02
HSL 221.08º 0.96% 0.59% -
HSV(B) 221.08º 0.81% 0.98% -
XYZ 24.43 19.18 93.68 -
YUV 108.71 208.3 84.7 -
System Red Green Blue C M Y K H S L
Decimal 48 112 251 0.81 0.55 0 0.02 221.08 0.96 0.59
Hex 30 70 FB 51 37 0 2 DD 60 3B
Octal 60 160 373 121 67 0 2 335 140 73
Binary 110000 1110000 11111011 1010001 110111 0 10 11011101 1100000 111011

Color Harmonies of #3070FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070FB

Black with #3070FB

Text Example


Text Example

White with #3070FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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