Html Css Color HEX #2A59C1 Cerulean Blue

📋 copy color: '#2A59C1'

red 42 ◦ green 89 ◦ blue 193

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

Shades of Cerulean Blue #2A59C1

Tints of Cerulean Blue #2A59C1

RGB

 RED value IS 42 (16.8% from 255) = 12.96%

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 193 (75.78% from 255) = 59.57%

R = 12.96%
G = 27.47%
B = 59.57%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2A59C1 (or 0x2A59C1) is known color: Cerulean Blue. HEX triplet: 2A, 59 and C1. RGB value is (42,89,193). Sum of RGB (Red+Green+Blue) = 42+89+193=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #2A59C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A59C1 is #D5A63E. Grayscale: #565656. Windows color (decimal): -14001727 or 12671274. OLE color: 12671274.

HSL color Cylindrical-coordinate representation of color #2A59C1: hue angle of 221.32º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A59C1 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 42 89 193 -
CMYK 0.78 0.54 0 0.24
HSL 221.32º 0.64% 0.46% -
HSV(B) 221.32º 0.78% 0.76% -
XYZ 14.15 11.49 51.92 -
YUV 86.8 187.93 96.04 -
System Red Green Blue C M Y K H S L
Decimal 42 89 193 0.78 0.54 0 0.24 221.32 0.64 0.46
Hex 2A 59 C1 4E 36 0 18 DD 40 2E
Octal 52 131 301 116 66 0 30 335 100 56
Binary 101010 1011001 11000001 1001110 110110 0 11000 11011101 1000000 101110

Color Harmonies of #2A59C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A59C1

Black with #2A59C1

Text Example


Text Example

White with #2A59C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,89,193); }

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

background-color css

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

 a { background-color: rgb(42,89,193); }

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

border-color css

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

 span { border-color: rgb(42,89,193); }

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