Html Css Color HEX #3055DF Royal Blue

📋 copy color: '#3055DF'

red 48 ◦ green 85 ◦ blue 223

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

Shades of Royal Blue #3055DF

Tints of Royal Blue #3055DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 13.48%
G = 23.88%
B = 62.64%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3055DF (or 0x3055DF) is known color: Royal Blue. HEX triplet: 30, 55 and DF. RGB value is (48,85,223). Sum of RGB (Red+Green+Blue) = 48+85+223=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #3055DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3055DF is #CFAA20. Grayscale: #595959. Windows color (decimal): -13609505 or 14636336. OLE color: 14636336.

HSL color Cylindrical-coordinate representation of color #3055DF: hue angle of 227.31º 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 #3055DF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 85 223 -
CMYK 0.78 0.62 0 0.13
HSL 227.31º 0.73% 0.53% -
HSV(B) 227.31º 0.78% 0.87% -
XYZ 17.79 12.45 71.28 -
YUV 89.67 203.24 98.28 -
System Red Green Blue C M Y K H S L
Decimal 48 85 223 0.78 0.62 0 0.13 227.31 0.73 0.53
Hex 30 55 DF 4E 3E 0 D E3 49 35
Octal 60 125 337 116 76 0 15 343 111 65
Binary 110000 1010101 11011111 1001110 111110 0 1101 11100011 1001001 110101

Color Harmonies of #3055DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3055DF

Black with #3055DF

Text Example


Text Example

White with #3055DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3055DF; }

 p { color: rgb(48,85,223); }

 H1.HeaderClassName
 {
   color: #3055DF;
 }
 .AnyTagClassName
 {
   color: #3055DF;
 }
</style>

background-color css

<style>
 a { background-color: #3055DF; }

 a { background-color: rgb(48,85,223); }

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

border-color css

<style>
 span { border-color: #3055DF; }

 span { border-color: rgb(48,85,223); }

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