Html Css Color HEX #2C5DFB Royal Blue

📋 copy color: '#2C5DFB'

red 44 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #2C5DFB

Tints of Royal Blue #2C5DFB

RGB

 RED value IS 44 (17.58% from 255) = 11.34%

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 251 (98.44% from 255) = 64.69%

R = 11.34%
G = 23.97%
B = 64.69%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C5DFB (or 0x2C5DFB) is known color: Royal Blue. HEX triplet: 2C, 5D and FB. RGB value is (44,93,251). Sum of RGB (Red+Green+Blue) = 44+93+251=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C5DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5DFB is #D3A204. Grayscale: #5F5F5F. Windows color (decimal): -13869573 or 16473388. OLE color: 16473388.

HSL color Cylindrical-coordinate representation of color #2C5DFB: hue angle of 225.8º degrees, saturation: 0.96, 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 #2C5DFB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 93 251 -
CMYK 0.82 0.63 0 0.02
HSL 225.8º 0.96% 0.58% -
HSV(B) 225.8º 0.82% 0.98% -
XYZ 22.37 15.33 93.05 -
YUV 96.36 215.27 90.65 -
System Red Green Blue C M Y K H S L
Decimal 44 93 251 0.82 0.63 0 0.02 225.8 0.96 0.58
Hex 2C 5D FB 52 3F 0 2 E2 60 3A
Octal 54 135 373 122 77 0 2 342 140 72
Binary 101100 1011101 11111011 1010010 111111 0 10 11100010 1100000 111010

Color Harmonies of #2C5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5DFB

Black with #2C5DFB

Text Example


Text Example

White with #2C5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,93,251); }

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

background-color css

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

 a { background-color: rgb(44,93,251); }

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

border-color css

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

 span { border-color: rgb(44,93,251); }

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