Html Css Color HEX #2D5AF8 Royal Blue

📋 copy color: '#2D5AF8'

red 45 ◦ green 90 ◦ blue 248

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

Shades of Royal Blue #2D5AF8

Tints of Royal Blue #2D5AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

 BLUE value IS 248 (97.27% from 255) = 64.75%

R = 11.75%
G = 23.5%
B = 64.75%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#2D5AF8 (or 0x2D5AF8) is known color: Royal Blue. HEX triplet: 2D, 5A and F8. RGB value is (45,90,248). Sum of RGB (Red+Green+Blue) = 45+90+248=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 248 (97.27% from 255 or 64.75% from 383); Max value from RGB is 248 - color contains mainly: blue. Hex color #2D5AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5AF8 is #D2A507. Grayscale: #5D5D5D. Windows color (decimal): -13804808 or 16276013. OLE color: 16276013.

HSL color Cylindrical-coordinate representation of color #2D5AF8: hue angle of 226.7º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5AF8 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 90 248 -
CMYK 0.82 0.64 0 0.03
HSL 226.7º 0.94% 0.57% -
HSV(B) 226.7º 0.82% 0.97% -
XYZ 21.68 14.65 90.49 -
YUV 94.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 45 90 248 0.82 0.64 0 0.03 226.7 0.94 0.57
Hex 2D 5A F8 52 40 0 3 E3 5E 39
Octal 55 132 370 122 100 0 3 343 136 71
Binary 101101 1011010 11111000 1010010 1000000 0 11 11100011 1011110 111001

Color Harmonies of #2D5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5AF8

Black with #2D5AF8

Text Example


Text Example

White with #2D5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,90,248); }

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

background-color css

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

 a { background-color: rgb(45,90,248); }

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

border-color css

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

 span { border-color: rgb(45,90,248); }

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