Html Css Color HEX #3075ED Royal Blue

📋 copy color: '#3075ED'

red 48 ◦ green 117 ◦ blue 237

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

Shades of Royal Blue #3075ED

Tints of Royal Blue #3075ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 11.94%
G = 29.1%
B = 58.96%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3075ED (or 0x3075ED) is known color: Royal Blue. HEX triplet: 30, 75 and ED. RGB value is (48,117,237). Sum of RGB (Red+Green+Blue) = 48+117+237=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #3075ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075ED is #CF8A12. Grayscale: #6D6D6D. Windows color (decimal): -13601299 or 15562032. OLE color: 15562032.

HSL color Cylindrical-coordinate representation of color #3075ED: hue angle of 218.1º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3075ED is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 117 237 -
CMYK 0.80 0.51 0 0.07
HSL 218.1º 0.84% 0.56% -
HSV(B) 218.1º 0.8% 0.93% -
XYZ 22.87 19.47 82.67 -
YUV 110.05 199.64 83.74 -
System Red Green Blue C M Y K H S L
Decimal 48 117 237 0.80 0.51 0 0.07 218.1 0.84 0.56
Hex 30 75 ED 50 33 0 7 DA 54 38
Octal 60 165 355 120 63 0 7 332 124 70
Binary 110000 1110101 11101101 1010000 110011 0 111 11011010 1010100 111000

Color Harmonies of #3075ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075ED

Black with #3075ED

Text Example


Text Example

White with #3075ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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