Html Css Color HEX #3F72DB Royal Blue

📋 copy color: '#3F72DB'

red 63 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #3F72DB

Tints of Royal Blue #3F72DB

RGB

 RED value IS 63 (25% from 255) = 15.91%

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 15.91%
G = 28.79%
B = 55.3%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F72DB (or 0x3F72DB) is known color: Royal Blue. HEX triplet: 3F, 72 and DB. RGB value is (63,114,219). Sum of RGB (Red+Green+Blue) = 63+114+219=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F72DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72DB is #C08D24. Grayscale: #6E6E6E. Windows color (decimal): -12619045 or 14381631. OLE color: 14381631.

HSL color Cylindrical-coordinate representation of color #3F72DB: hue angle of 220.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F72DB is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 114 219 -
CMYK 0.71 0.48 0 0.14
HSL 220.38º 0.68% 0.55% -
HSV(B) 220.38º 0.71% 0.86% -
XYZ 20.85 18.21 69.43 -
YUV 110.72 189.1 93.96 -
System Red Green Blue C M Y K H S L
Decimal 63 114 219 0.71 0.48 0 0.14 220.38 0.68 0.55
Hex 3F 72 DB 47 30 0 E DC 44 37
Octal 77 162 333 107 60 0 16 334 104 67
Binary 111111 1110010 11011011 1000111 110000 0 1110 11011100 1000100 110111

Color Harmonies of #3F72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F72DB

Black with #3F72DB

Text Example


Text Example

White with #3F72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F72DB; }

 p { color: rgb(63,114,219); }

 H1.HeaderClassName
 {
   color: #3F72DB;
 }
 .AnyTagClassName
 {
   color: #3F72DB;
 }
</style>

background-color css

<style>
 a { background-color: #3F72DB; }

 a { background-color: rgb(63,114,219); }

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

border-color css

<style>
 span { border-color: #3F72DB; }

 span { border-color: rgb(63,114,219); }

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