Html Css Color HEX #2A58CE Cerulean Blue

📋 copy color: '#2A58CE'

red 42 ◦ green 88 ◦ blue 206

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

Shades of Cerulean Blue #2A58CE

Tints of Cerulean Blue #2A58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 12.5%
G = 26.19%
B = 61.31%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A58CE (or 0x2A58CE) is known color: Cerulean Blue. HEX triplet: 2A, 58 and CE. RGB value is (42,88,206). Sum of RGB (Red+Green+Blue) = 42+88+206=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A58CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A58CE is #D5A731. Grayscale: #575757. Windows color (decimal): -14001970 or 13522986. OLE color: 13522986.

HSL color Cylindrical-coordinate representation of color #2A58CE: hue angle of 223.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A58CE is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 88 206 -
CMYK 0.80 0.57 0 0.19
HSL 223.17º 0.66% 0.49% -
HSV(B) 223.17º 0.8% 0.81% -
XYZ 15.59 11.93 59.87 -
YUV 87.7 194.76 95.41 -
System Red Green Blue C M Y K H S L
Decimal 42 88 206 0.80 0.57 0 0.19 223.17 0.66 0.49
Hex 2A 58 CE 50 39 0 13 DF 42 31
Octal 52 130 316 120 71 0 23 337 102 61
Binary 101010 1011000 11001110 1010000 111001 0 10011 11011111 1000010 110001

Color Harmonies of #2A58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A58CE

Black with #2A58CE

Text Example


Text Example

White with #2A58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,88,206); }

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

background-color css

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

 a { background-color: rgb(42,88,206); }

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

border-color css

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

 span { border-color: rgb(42,88,206); }

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