Html Css Color HEX #2D5FFE Royal Blue

📋 copy color: '#2D5FFE'

red 45 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #2D5FFE

Tints of Royal Blue #2D5FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.47%

R = 11.42%
G = 24.11%
B = 64.47%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2D5FFE (or 0x2D5FFE) is known color: Royal Blue. HEX triplet: 2D, 5F and FE. RGB value is (45,95,254). Sum of RGB (Red+Green+Blue) = 45+95+254=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D5FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5FFE is #D2A001. Grayscale: #616161. Windows color (decimal): -13803522 or 16670509. OLE color: 16670509.

HSL color Cylindrical-coordinate representation of color #2D5FFE: hue angle of 225.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5FFE is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 45 95 254 -
CMYK 0.82 0.63 0 0.00
HSL 225.65º 0.99% 0.59% -
HSV(B) 225.65º 0.82% 1% -
XYZ 23.06 15.9 95.62 -
YUV 98.18 215.94 90.07 -
System Red Green Blue C M Y K H S L
Decimal 45 95 254 0.82 0.63 0 0.00 225.65 0.99 0.59
Hex 2D 5F FE 52 3F 0 0 E2 63 3B
Octal 55 137 376 122 77 0 0 342 143 73
Binary 101101 1011111 11111110 1010010 111111 0 0 11100010 1100011 111011

Color Harmonies of #2D5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5FFE

Black with #2D5FFE

Text Example


Text Example

White with #2D5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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