Html Css Color HEX #3085DE Royal Blue

📋 copy color: '#3085DE'

red 48 ◦ green 133 ◦ blue 222

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

Shades of Royal Blue #3085DE

Tints of Royal Blue #3085DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 11.91%
G = 33%
B = 55.09%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3085DE (or 0x3085DE) is known color: Royal Blue. HEX triplet: 30, 85 and DE. RGB value is (48,133,222). Sum of RGB (Red+Green+Blue) = 48+133+222=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #3085DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085DE is #CF7A21. Grayscale: #757575. Windows color (decimal): -13597218 or 14583088. OLE color: 14583088.

HSL color Cylindrical-coordinate representation of color #3085DE: hue angle of 210.69º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3085DE is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 133 222 -
CMYK 0.78 0.40 0 0.13
HSL 210.69º 0.73% 0.53% -
HSV(B) 210.69º 0.78% 0.87% -
XYZ 22.79 22.68 72.28 -
YUV 117.73 186.84 78.26 -
System Red Green Blue C M Y K H S L
Decimal 48 133 222 0.78 0.40 0 0.13 210.69 0.73 0.53
Hex 30 85 DE 4E 28 0 D D3 48 35
Octal 60 205 336 116 50 0 15 323 110 65
Binary 110000 10000101 11011110 1001110 101000 0 1101 11010011 1001000 110101

Color Harmonies of #3085DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085DE

Black with #3085DE

Text Example


Text Example

White with #3085DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3085DE; }

 p { color: rgb(48,133,222); }

 H1.HeaderClassName
 {
   color: #3085DE;
 }
 .AnyTagClassName
 {
   color: #3085DE;
 }
</style>

background-color css

<style>
 a { background-color: #3085DE; }

 a { background-color: rgb(48,133,222); }

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

border-color css

<style>
 span { border-color: #3085DE; }

 span { border-color: rgb(48,133,222); }

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