Html Css Color HEX #3075FA Royal Blue

📋 copy color: '#3075FA'

red 48 ◦ green 117 ◦ blue 250

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

Shades of Royal Blue #3075FA

Tints of Royal Blue #3075FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 11.57%
G = 28.19%
B = 60.24%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3075FA (or 0x3075FA) is known color: Royal Blue. HEX triplet: 30, 75 and FA. RGB value is (48,117,250). Sum of RGB (Red+Green+Blue) = 48+117+250=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #3075FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075FA is #CF8A05. Grayscale: #6E6E6E. Windows color (decimal): -13601286 or 16414000. OLE color: 16414000.

HSL color Cylindrical-coordinate representation of color #3075FA: hue angle of 219.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3075FA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 117 250 -
CMYK 0.81 0.53 0 0.02
HSL 219.5º 0.95% 0.58% -
HSV(B) 219.5º 0.81% 0.98% -
XYZ 24.84 20.25 93.04 -
YUV 111.53 206.14 82.69 -
System Red Green Blue C M Y K H S L
Decimal 48 117 250 0.81 0.53 0 0.02 219.5 0.95 0.58
Hex 30 75 FA 51 35 0 2 DC 5F 3A
Octal 60 165 372 121 65 0 2 334 137 72
Binary 110000 1110101 11111010 1010001 110101 0 10 11011100 1011111 111010

Color Harmonies of #3075FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075FA

Black with #3075FA

Text Example


Text Example

White with #3075FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3075FA; }

 p { color: rgb(48,117,250); }

 H1.HeaderClassName
 {
   color: #3075FA;
 }
 .AnyTagClassName
 {
   color: #3075FA;
 }
</style>

background-color css

<style>
 a { background-color: #3075FA; }

 a { background-color: rgb(48,117,250); }

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

border-color css

<style>
 span { border-color: #3075FA; }

 span { border-color: rgb(48,117,250); }

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