Html Css Color HEX #2D72EA Royal Blue

📋 copy color: '#2D72EA'

red 45 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #2D72EA

Tints of Royal Blue #2D72EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 11.45%
G = 29.01%
B = 59.54%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D72EA (or 0x2D72EA) is known color: Royal Blue. HEX triplet: 2D, 72 and EA. RGB value is (45,114,234). Sum of RGB (Red+Green+Blue) = 45+114+234=393 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.45% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D72EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D72EA is #D28D15. Grayscale: #6A6A6A. Windows color (decimal): -13798678 or 15364653. OLE color: 15364653.

HSL color Cylindrical-coordinate representation of color #2D72EA: hue angle of 218.1º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D72EA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 114 234 -
CMYK 0.81 0.51 0 0.08
HSL 218.1º 0.82% 0.55% -
HSV(B) 218.1º 0.81% 0.92% -
XYZ 21.95 18.53 80.26 -
YUV 107.05 199.64 83.74 -
System Red Green Blue C M Y K H S L
Decimal 45 114 234 0.81 0.51 0 0.08 218.1 0.82 0.55
Hex 2D 72 EA 51 33 0 8 DA 52 37
Octal 55 162 352 121 63 0 10 332 122 67
Binary 101101 1110010 11101010 1010001 110011 0 1000 11011010 1010010 110111

Color Harmonies of #2D72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D72EA

Black with #2D72EA

Text Example


Text Example

White with #2D72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,114,234); }

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

background-color css

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

 a { background-color: rgb(45,114,234); }

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

border-color css

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

 span { border-color: rgb(45,114,234); }

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