Html Css Color HEX #2F6DDB Royal Blue

📋 copy color: '#2F6DDB'

red 47 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #2F6DDB

Tints of Royal Blue #2F6DDB

RGB

 RED value IS 47 (18.75% from 255) = 12.53%

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 12.53%
G = 29.07%
B = 58.4%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F6DDB (or 0x2F6DDB) is known color: Royal Blue. HEX triplet: 2F, 6D and DB. RGB value is (47,109,219). Sum of RGB (Red+Green+Blue) = 47+109+219=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #2F6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6DDB is #D09224. Grayscale: #666666. Windows color (decimal): -13668901 or 14380335. OLE color: 14380335.

HSL color Cylindrical-coordinate representation of color #2F6DDB: hue angle of 218.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F6DDB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 109 219 -
CMYK 0.79 0.50 0 0.14
HSL 218.37º 0.7% 0.52% -
HSV(B) 218.37º 0.79% 0.86% -
XYZ 19.43 16.66 69.21 -
YUV 103 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 47 109 219 0.79 0.50 0 0.14 218.37 0.7 0.52
Hex 2F 6D DB 4F 32 0 E DA 46 34
Octal 57 155 333 117 62 0 16 332 106 64
Binary 101111 1101101 11011011 1001111 110010 0 1110 11011010 1000110 110100

Color Harmonies of #2F6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6DDB

Black with #2F6DDB

Text Example


Text Example

White with #2F6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F6DDB; }

 p { color: rgb(47,109,219); }

 H1.HeaderClassName
 {
   color: #2F6DDB;
 }
 .AnyTagClassName
 {
   color: #2F6DDB;
 }
</style>

background-color css

<style>
 a { background-color: #2F6DDB; }

 a { background-color: rgb(47,109,219); }

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

border-color css

<style>
 span { border-color: #2F6DDB; }

 span { border-color: rgb(47,109,219); }

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