Html Css Color HEX #3072DF Royal Blue

📋 copy color: '#3072DF'

red 48 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #3072DF

Tints of Royal Blue #3072DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

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

R = 12.47%
G = 29.61%
B = 57.92%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3072DF (or 0x3072DF) is known color: Royal Blue. HEX triplet: 30, 72 and DF. RGB value is (48,114,223). Sum of RGB (Red+Green+Blue) = 48+114+223=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #3072DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072DF is #CF8D20. Grayscale: #6A6A6A. Windows color (decimal): -13602081 or 14643760. OLE color: 14643760.

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

Color convert

RGB 48 114 223 -
CMYK 0.78 0.49 0 0.13
HSL 217.37º 0.73% 0.53% -
HSV(B) 217.37º 0.78% 0.87% -
XYZ 20.56 17.99 72.2 -
YUV 106.69 193.63 86.14 -
System Red Green Blue C M Y K H S L
Decimal 48 114 223 0.78 0.49 0 0.13 217.37 0.73 0.53
Hex 30 72 DF 4E 31 0 D D9 49 35
Octal 60 162 337 116 61 0 15 331 111 65
Binary 110000 1110010 11011111 1001110 110001 0 1101 11011001 1001001 110101

Color Harmonies of #3072DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072DF

Black with #3072DF

Text Example


Text Example

White with #3072DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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