Html Css Color HEX #2D6ACF Royal Blue

📋 copy color: '#2D6ACF'

red 45 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #2D6ACF

Tints of Royal Blue #2D6ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 12.57%
G = 29.61%
B = 57.82%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D6ACF (or 0x2D6ACF) is known color: Royal Blue. HEX triplet: 2D, 6A and CF. RGB value is (45,106,207). Sum of RGB (Red+Green+Blue) = 45+106+207=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ACF is #D29530. Grayscale: #626262. Windows color (decimal): -13800753 or 13593133. OLE color: 13593133.

HSL color Cylindrical-coordinate representation of color #2D6ACF: hue angle of 217.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6ACF is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 106 207 -
CMYK 0.78 0.49 0 0.19
HSL 217.41º 0.64% 0.49% -
HSV(B) 217.41º 0.78% 0.81% -
XYZ 17.5 15.37 61.08 -
YUV 99.28 188.79 89.29 -
System Red Green Blue C M Y K H S L
Decimal 45 106 207 0.78 0.49 0 0.19 217.41 0.64 0.49
Hex 2D 6A CF 4E 31 0 13 D9 40 31
Octal 55 152 317 116 61 0 23 331 100 61
Binary 101101 1101010 11001111 1001110 110001 0 10011 11011001 1000000 110001

Color Harmonies of #2D6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6ACF

Black with #2D6ACF

Text Example


Text Example

White with #2D6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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