Html Css Color HEX #3075EA Royal Blue

📋 copy color: '#3075EA'

red 48 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #3075EA

Tints of Royal Blue #3075EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 12.03%
G = 29.32%
B = 58.65%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3075EA (or 0x3075EA) is known color: Royal Blue. HEX triplet: 30, 75 and EA. RGB value is (48,117,234). Sum of RGB (Red+Green+Blue) = 48+117+234=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #3075EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3075EA is #CF8A15. Grayscale: #6D6D6D. Windows color (decimal): -13601302 or 15365424. OLE color: 15365424.

HSL color Cylindrical-coordinate representation of color #3075EA: hue angle of 217.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3075EA is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 117 234 -
CMYK 0.79 0.5 0 0.08
HSL 217.74º 0.82% 0.55% -
HSV(B) 217.74º 0.79% 0.92% -
XYZ 22.43 19.29 80.38 -
YUV 109.71 198.14 83.99 -
System Red Green Blue C M Y K H S L
Decimal 48 117 234 0.79 0.5 0 0.08 217.74 0.82 0.55
Hex 30 75 EA 4F 32 0 8 DA 52 37
Octal 60 165 352 117 62 0 10 332 122 67
Binary 110000 1110101 11101010 1001111 110010 0 1000 11011010 1010010 110111

Color Harmonies of #3075EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075EA

Black with #3075EA

Text Example


Text Example

White with #3075EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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