Html Css Color HEX #2D71EF Royal Blue

📋 copy color: '#2D71EF'

red 45 ◦ green 113 ◦ blue 239

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

Shades of Royal Blue #2D71EF

Tints of Royal Blue #2D71EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 11.34%
G = 28.46%
B = 60.2%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2D71EF (or 0x2D71EF) is known color: Royal Blue. HEX triplet: 2D, 71 and EF. RGB value is (45,113,239). Sum of RGB (Red+Green+Blue) = 45+113+239=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D71EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D71EF is #D28E10. Grayscale: #6A6A6A. Windows color (decimal): -13798929 or 15692077. OLE color: 15692077.

HSL color Cylindrical-coordinate representation of color #2D71EF: hue angle of 218.97º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D71EF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 113 239 -
CMYK 0.81 0.53 0 0.06
HSL 218.97º 0.86% 0.56% -
HSV(B) 218.97º 0.81% 0.94% -
XYZ 22.57 18.6 84.06 -
YUV 107.03 202.47 83.75 -
System Red Green Blue C M Y K H S L
Decimal 45 113 239 0.81 0.53 0 0.06 218.97 0.86 0.56
Hex 2D 71 EF 51 35 0 6 DB 56 38
Octal 55 161 357 121 65 0 6 333 126 70
Binary 101101 1110001 11101111 1010001 110101 0 110 11011011 1010110 111000

Color Harmonies of #2D71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D71EF

Black with #2D71EF

Text Example


Text Example

White with #2D71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,113,239); }

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

background-color css

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

 a { background-color: rgb(45,113,239); }

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

border-color css

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

 span { border-color: rgb(45,113,239); }

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