Html Css Color HEX #2D5FEB Royal Blue

📋 copy color: '#2D5FEB'

red 45 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #2D5FEB

Tints of Royal Blue #2D5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 12%
G = 25.33%
B = 62.67%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D5FEB (or 0x2D5FEB) is known color: Royal Blue. HEX triplet: 2D, 5F and EB. RGB value is (45,95,235). Sum of RGB (Red+Green+Blue) = 45+95+235=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D5FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5FEB is #D2A014. Grayscale: #5F5F5F. Windows color (decimal): -13803541 or 15425325. OLE color: 15425325.

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

Color convert

RGB 45 95 235 -
CMYK 0.81 0.60 0 0.08
HSL 224.21º 0.83% 0.55% -
HSV(B) 224.21º 0.81% 0.92% -
XYZ 20.17 14.74 80.38 -
YUV 96.01 206.44 91.62 -
System Red Green Blue C M Y K H S L
Decimal 45 95 235 0.81 0.60 0 0.08 224.21 0.83 0.55
Hex 2D 5F EB 51 3C 0 8 E0 53 37
Octal 55 137 353 121 74 0 10 340 123 67
Binary 101101 1011111 11101011 1010001 111100 0 1000 11100000 1010011 110111

Color Harmonies of #2D5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5FEB

Black with #2D5FEB

Text Example


Text Example

White with #2D5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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