Html Css Color HEX #2A52CC Cerulean Blue

📋 copy color: '#2A52CC'

red 42 ◦ green 82 ◦ blue 204

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

Shades of Cerulean Blue #2A52CC

Tints of Cerulean Blue #2A52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

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

R = 12.8%
G = 25%
B = 62.2%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A52CC (or 0x2A52CC) is known color: Cerulean Blue. HEX triplet: 2A, 52 and CC. RGB value is (42,82,204). Sum of RGB (Red+Green+Blue) = 42+82+204=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A52CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A52CC is #D5AD33. Grayscale: #535353. Windows color (decimal): -14003508 or 13390378. OLE color: 13390378.

HSL color Cylindrical-coordinate representation of color #2A52CC: hue angle of 225.19º 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 #2A52CC is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 82 204 -
CMYK 0.79 0.60 0 0.2
HSL 225.19º 0.66% 0.48% -
HSV(B) 225.19º 0.79% 0.8% -
XYZ 14.87 10.89 58.44 -
YUV 83.95 195.75 98.08 -
System Red Green Blue C M Y K H S L
Decimal 42 82 204 0.79 0.60 0 0.2 225.19 0.66 0.48
Hex 2A 52 CC 4F 3C 0 14 E1 42 30
Octal 52 122 314 117 74 0 24 341 102 60
Binary 101010 1010010 11001100 1001111 111100 0 10100 11100001 1000010 110000

Color Harmonies of #2A52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A52CC

Black with #2A52CC

Text Example


Text Example

White with #2A52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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