Html Css Color HEX #2D7FDA Royal Blue

📋 copy color: '#2D7FDA'

red 45 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #2D7FDA

Tints of Royal Blue #2D7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 11.54%
G = 32.56%
B = 55.9%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2D7FDA (or 0x2D7FDA) is known color: Royal Blue. HEX triplet: 2D, 7F and DA. RGB value is (45,127,218). Sum of RGB (Red+Green+Blue) = 45+127+218=390 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.54% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7FDA is #D28025. Grayscale: #707070. Windows color (decimal): -13795366 or 14319405. OLE color: 14319405.

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

Color convert

RGB 45 127 218 -
CMYK 0.79 0.42 0 0.15
HSL 211.56º 0.7% 0.52% -
HSV(B) 211.56º 0.79% 0.85% -
XYZ 21.33 20.8 69.22 -
YUV 112.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 45 127 218 0.79 0.42 0 0.15 211.56 0.7 0.52
Hex 2D 7F DA 4F 2A 0 F D4 46 34
Octal 55 177 332 117 52 0 17 324 106 64
Binary 101101 1111111 11011010 1001111 101010 0 1111 11010100 1000110 110100

Color Harmonies of #2D7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7FDA

Black with #2D7FDA

Text Example


Text Example

White with #2D7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,127,218); }

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

background-color css

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

 a { background-color: rgb(45,127,218); }

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

border-color css

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

 span { border-color: rgb(45,127,218); }

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