Html Css Color HEX #2D58FA Royal Blue

📋 copy color: '#2D58FA'

red 45 ◦ green 88 ◦ blue 250

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

Shades of Royal Blue #2D58FA

Tints of Royal Blue #2D58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 11.75%
G = 22.98%
B = 65.27%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2D58FA (or 0x2D58FA) is known color: Royal Blue. HEX triplet: 2D, 58 and FA. RGB value is (45,88,250). Sum of RGB (Red+Green+Blue) = 45+88+250=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D58FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D58FA is #D2A705. Grayscale: #5C5C5C. Windows color (decimal): -13805318 or 16406573. OLE color: 16406573.

HSL color Cylindrical-coordinate representation of color #2D58FA: hue angle of 227.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D58FA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 88 250 -
CMYK 0.82 0.65 0 0.02
HSL 227.41º 0.95% 0.58% -
HSV(B) 227.41º 0.82% 0.98% -
XYZ 21.83 14.44 92.08 -
YUV 93.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 45 88 250 0.82 0.65 0 0.02 227.41 0.95 0.58
Hex 2D 58 FA 52 41 0 2 E3 5F 3A
Octal 55 130 372 122 101 0 2 343 137 72
Binary 101101 1011000 11111010 1010010 1000001 0 10 11100011 1011111 111010

Color Harmonies of #2D58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D58FA

Black with #2D58FA

Text Example


Text Example

White with #2D58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,250); }

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

background-color css

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

 a { background-color: rgb(45,88,250); }

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

border-color css

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

 span { border-color: rgb(45,88,250); }

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