Html Css Color HEX #2D6ADF Royal Blue

📋 copy color: '#2D6ADF'

red 45 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #2D6ADF

Tints of Royal Blue #2D6ADF

RGB

 RED value IS 45 (17.97% from 255) = 12.03%

 GREEN value IS 106 (41.8% from 255) = 28.34%

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

R = 12.03%
G = 28.34%
B = 59.63%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D6ADF (or 0x2D6ADF) is known color: Royal Blue. HEX triplet: 2D, 6A and DF. RGB value is (45,106,223). Sum of RGB (Red+Green+Blue) = 45+106+223=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ADF is #D29520. Grayscale: #646464. Windows color (decimal): -13800737 or 14641709. OLE color: 14641709.

HSL color Cylindrical-coordinate representation of color #2D6ADF: hue angle of 219.44º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D6ADF is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 106 223 -
CMYK 0.80 0.52 0 0.13
HSL 219.44º 0.74% 0.53% -
HSV(B) 219.44º 0.8% 0.87% -
XYZ 19.56 16.19 71.91 -
YUV 101.1 196.79 87.99 -
System Red Green Blue C M Y K H S L
Decimal 45 106 223 0.80 0.52 0 0.13 219.44 0.74 0.53
Hex 2D 6A DF 50 34 0 D DB 4A 35
Octal 55 152 337 120 64 0 15 333 112 65
Binary 101101 1101010 11011111 1010000 110100 0 1101 11011011 1001010 110101

Color Harmonies of #2D6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6ADF

Black with #2D6ADF

Text Example


Text Example

White with #2D6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,106,223); }

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

background-color css

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

 a { background-color: rgb(45,106,223); }

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

border-color css

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

 span { border-color: rgb(45,106,223); }

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