Html Css Color HEX #2A58CC Cerulean Blue

📋 copy color: '#2A58CC'

red 42 ◦ green 88 ◦ blue 204

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

Shades of Cerulean Blue #2A58CC

Tints of Cerulean Blue #2A58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 12.57%
G = 26.35%
B = 61.08%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A58CC (or 0x2A58CC) is known color: Cerulean Blue. HEX triplet: 2A, 58 and CC. RGB value is (42,88,204). Sum of RGB (Red+Green+Blue) = 42+88+204=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A58CC is #D5A733. Grayscale: #565656. Windows color (decimal): -14001972 or 13391914. OLE color: 13391914.

HSL color Cylindrical-coordinate representation of color #2A58CC: hue angle of 222.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A58CC is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 88 204 -
CMYK 0.79 0.57 0 0.2
HSL 222.96º 0.66% 0.48% -
HSV(B) 222.96º 0.79% 0.8% -
XYZ 15.34 11.83 58.6 -
YUV 87.47 193.76 95.57 -
System Red Green Blue C M Y K H S L
Decimal 42 88 204 0.79 0.57 0 0.2 222.96 0.66 0.48
Hex 2A 58 CC 4F 39 0 14 DF 42 30
Octal 52 130 314 117 71 0 24 337 102 60
Binary 101010 1011000 11001100 1001111 111001 0 10100 11011111 1000010 110000

Color Harmonies of #2A58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A58CC

Black with #2A58CC

Text Example


Text Example

White with #2A58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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