Html Css Color HEX #2D6CCF Royal Blue

📋 copy color: '#2D6CCF'

red 45 ◦ green 108 ◦ blue 207

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

Shades of Royal Blue #2D6CCF

Tints of Royal Blue #2D6CCF

RGB

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

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

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

R = 12.5%
G = 30%
B = 57.5%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2D6CCF (or 0x2D6CCF) is known color: Royal Blue. HEX triplet: 2D, 6C and CF. RGB value is (45,108,207). Sum of RGB (Red+Green+Blue) = 45+108+207=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6CCF is #D29330. Grayscale: #636363. Windows color (decimal): -13800241 or 13593645. OLE color: 13593645.

HSL color Cylindrical-coordinate representation of color #2D6CCF: hue angle of 216.67º 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 #2D6CCF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 108 207 -
CMYK 0.78 0.48 0 0.19
HSL 216.67º 0.64% 0.49% -
HSV(B) 216.67º 0.78% 0.81% -
XYZ 17.71 15.79 61.15 -
YUV 100.45 188.13 88.45 -
System Red Green Blue C M Y K H S L
Decimal 45 108 207 0.78 0.48 0 0.19 216.67 0.64 0.49
Hex 2D 6C CF 4E 30 0 13 D9 40 31
Octal 55 154 317 116 60 0 23 331 100 61
Binary 101101 1101100 11001111 1001110 110000 0 10011 11011001 1000000 110001

Color Harmonies of #2D6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6CCF

Black with #2D6CCF

Text Example


Text Example

White with #2D6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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