Html Css Color HEX #3057DF Royal Blue

📋 copy color: '#3057DF'

red 48 ◦ green 87 ◦ blue 223

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

Shades of Royal Blue #3057DF

Tints of Royal Blue #3057DF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

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

R = 13.41%
G = 24.3%
B = 62.29%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3057DF (or 0x3057DF) is known color: Royal Blue. HEX triplet: 30, 57 and DF. RGB value is (48,87,223). Sum of RGB (Red+Green+Blue) = 48+87+223=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #3057DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3057DF is #CFA820. Grayscale: #5A5A5A. Windows color (decimal): -13608993 or 14636848. OLE color: 14636848.

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

Color convert

RGB 48 87 223 -
CMYK 0.78 0.61 0 0.13
HSL 226.63º 0.73% 0.53% -
HSV(B) 226.63º 0.78% 0.87% -
XYZ 17.95 12.77 71.33 -
YUV 90.84 202.58 97.44 -
System Red Green Blue C M Y K H S L
Decimal 48 87 223 0.78 0.61 0 0.13 226.63 0.73 0.53
Hex 30 57 DF 4E 3D 0 D E3 49 35
Octal 60 127 337 116 75 0 15 343 111 65
Binary 110000 1010111 11011111 1001110 111101 0 1101 11100011 1001001 110101

Color Harmonies of #3057DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3057DF

Black with #3057DF

Text Example


Text Example

White with #3057DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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