Html Css Color HEX #2D7BEB Royal Blue

📋 copy color: '#2D7BEB'

red 45 ◦ green 123 ◦ blue 235

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

Shades of Royal Blue #2D7BEB

Tints of Royal Blue #2D7BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 11.17%
G = 30.52%
B = 58.31%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D7BEB (or 0x2D7BEB) is known color: Royal Blue. HEX triplet: 2D, 7B and EB. RGB value is (45,123,235). Sum of RGB (Red+Green+Blue) = 45+123+235=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D7BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7BEB is #D28414. Grayscale: #6F6F6F. Windows color (decimal): -13796373 or 15432493. OLE color: 15432493.

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

Color convert

RGB 45 123 235 -
CMYK 0.81 0.48 0 0.08
HSL 215.37º 0.83% 0.55% -
HSV(B) 215.37º 0.81% 0.92% -
XYZ 23.16 20.72 81.38 -
YUV 112.45 197.16 79.89 -
System Red Green Blue C M Y K H S L
Decimal 45 123 235 0.81 0.48 0 0.08 215.37 0.83 0.55
Hex 2D 7B EB 51 30 0 8 D7 53 37
Octal 55 173 353 121 60 0 10 327 123 67
Binary 101101 1111011 11101011 1010001 110000 0 1000 11010111 1010011 110111

Color Harmonies of #2D7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7BEB

Black with #2D7BEB

Text Example


Text Example

White with #2D7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,123,235); }

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

background-color css

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

 a { background-color: rgb(45,123,235); }

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

border-color css

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

 span { border-color: rgb(45,123,235); }

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