Html Css Color HEX #2D6BCF Royal Blue

📋 copy color: '#2D6BCF'

red 45 ◦ green 107 ◦ blue 207

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

Shades of Royal Blue #2D6BCF

Tints of Royal Blue #2D6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.81%

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

R = 12.53%
G = 29.81%
B = 57.66%

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

#2D6BCF (or 0x2D6BCF) is known color: Royal Blue. HEX triplet: 2D, 6B and CF. RGB value is (45,107,207). Sum of RGB (Red+Green+Blue) = 45+107+207=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D6BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BCF is #D29430. Grayscale: #636363. Windows color (decimal): -13800497 or 13593389. OLE color: 13593389.

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

Color convert

RGB 45 107 207 -
CMYK 0.78 0.48 0 0.19
HSL 217.04º 0.64% 0.49% -
HSV(B) 217.04º 0.78% 0.81% -
XYZ 17.6 15.58 61.11 -
YUV 99.86 188.46 88.87 -
System Red Green Blue C M Y K H S L
Decimal 45 107 207 0.78 0.48 0 0.19 217.04 0.64 0.49
Hex 2D 6B CF 4E 30 0 13 D9 40 31
Octal 55 153 317 116 60 0 23 331 100 61
Binary 101101 1101011 11001111 1001110 110000 0 10011 11011001 1000000 110001

Color Harmonies of #2D6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6BCF

Black with #2D6BCF

Text Example


Text Example

White with #2D6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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