Html Css Color HEX #3075EF Royal Blue

📋 copy color: '#3075EF'

red 48 ◦ green 117 ◦ blue 239

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

Shades of Royal Blue #3075EF

Tints of Royal Blue #3075EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 11.88%
G = 28.96%
B = 59.16%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3075EF (or 0x3075EF) is known color: Royal Blue. HEX triplet: 30, 75 and EF. RGB value is (48,117,239). Sum of RGB (Red+Green+Blue) = 48+117+239=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #3075EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075EF is #CF8A10. Grayscale: #6D6D6D. Windows color (decimal): -13601297 or 15693104. OLE color: 15693104.

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

Color convert

RGB 48 117 239 -
CMYK 0.80 0.51 0 0.06
HSL 218.32º 0.86% 0.56% -
HSV(B) 218.32º 0.8% 0.94% -
XYZ 23.16 19.58 84.22 -
YUV 110.28 200.64 83.58 -
System Red Green Blue C M Y K H S L
Decimal 48 117 239 0.80 0.51 0 0.06 218.32 0.86 0.56
Hex 30 75 EF 50 33 0 6 DA 56 38
Octal 60 165 357 120 63 0 6 332 126 70
Binary 110000 1110101 11101111 1010000 110011 0 110 11011010 1010110 111000

Color Harmonies of #3075EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075EF

Black with #3075EF

Text Example


Text Example

White with #3075EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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