Html Css Color HEX #2D5FFC Royal Blue

📋 copy color: '#2D5FFC'

red 45 ◦ green 95 ◦ blue 252

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

Shades of Royal Blue #2D5FFC

Tints of Royal Blue #2D5FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 11.48%
G = 24.23%
B = 64.29%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2D5FFC (or 0x2D5FFC) is known color: Royal Blue. HEX triplet: 2D, 5F and FC. RGB value is (45,95,252). Sum of RGB (Red+Green+Blue) = 45+95+252=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D5FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D5FFC is #D2A003. Grayscale: #616161. Windows color (decimal): -13803524 or 16539437. OLE color: 16539437.

HSL color Cylindrical-coordinate representation of color #2D5FFC: hue angle of 225.51º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D5FFC is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 95 252 -
CMYK 0.82 0.62 0 0.01
HSL 225.51º 0.97% 0.58% -
HSV(B) 225.51º 0.82% 0.99% -
XYZ 22.75 15.77 93.94 -
YUV 97.95 214.94 90.23 -
System Red Green Blue C M Y K H S L
Decimal 45 95 252 0.82 0.62 0 0.01 225.51 0.97 0.58
Hex 2D 5F FC 52 3E 0 1 E2 61 3A
Octal 55 137 374 122 76 0 1 342 141 72
Binary 101101 1011111 11111100 1010010 111110 0 1 11100010 1100001 111010

Color Harmonies of #2D5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5FFC

Black with #2D5FFC

Text Example


Text Example

White with #2D5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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