Html Css Color HEX #2D6EEA Royal Blue

📋 copy color: '#2D6EEA'

red 45 ◦ green 110 ◦ blue 234

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

Shades of Royal Blue #2D6EEA

Tints of Royal Blue #2D6EEA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

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

R = 11.57%
G = 28.28%
B = 60.15%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D6EEA (or 0x2D6EEA) is known color: Royal Blue. HEX triplet: 2D, 6E and EA. RGB value is (45,110,234). Sum of RGB (Red+Green+Blue) = 45+110+234=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D6EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D6EEA is #D29115. Grayscale: #686868. Windows color (decimal): -13799702 or 15363629. OLE color: 15363629.

HSL color Cylindrical-coordinate representation of color #2D6EEA: hue angle of 219.37º 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 #2D6EEA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 110 234 -
CMYK 0.81 0.53 0 0.08
HSL 219.37º 0.82% 0.55% -
HSV(B) 219.37º 0.81% 0.92% -
XYZ 21.51 17.65 80.12 -
YUV 104.7 200.97 85.42 -
System Red Green Blue C M Y K H S L
Decimal 45 110 234 0.81 0.53 0 0.08 219.37 0.82 0.55
Hex 2D 6E EA 51 35 0 8 DB 52 37
Octal 55 156 352 121 65 0 10 333 122 67
Binary 101101 1101110 11101010 1010001 110101 0 1000 11011011 1010010 110111

Color Harmonies of #2D6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6EEA

Black with #2D6EEA

Text Example


Text Example

White with #2D6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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