Html Css Color HEX #3F6CDB Royal Blue

📋 copy color: '#3F6CDB'

red 63 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #3F6CDB

Tints of Royal Blue #3F6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 16.15%
G = 27.69%
B = 56.15%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F6CDB (or 0x3F6CDB) is known color: Royal Blue. HEX triplet: 3F, 6C and DB. RGB value is (63,108,219). Sum of RGB (Red+Green+Blue) = 63+108+219=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F6CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CDB is #C09324. Grayscale: #6A6A6A. Windows color (decimal): -12620581 or 14380095. OLE color: 14380095.

HSL color Cylindrical-coordinate representation of color #3F6CDB: hue angle of 222.69º 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 #3F6CDB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 108 219 -
CMYK 0.71 0.51 0 0.14
HSL 222.69º 0.68% 0.55% -
HSV(B) 222.69º 0.71% 0.86% -
XYZ 20.2 16.9 69.21 -
YUV 107.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 63 108 219 0.71 0.51 0 0.14 222.69 0.68 0.55
Hex 3F 6C DB 47 33 0 E DF 44 37
Octal 77 154 333 107 63 0 16 337 104 67
Binary 111111 1101100 11011011 1000111 110011 0 1110 11011111 1000100 110111

Color Harmonies of #3F6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6CDB

Black with #3F6CDB

Text Example


Text Example

White with #3F6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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