Html Css Color HEX #2A4CCC Cerulean Blue

📋 copy color: '#2A4CCC'

red 42 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #2A4CCC

Tints of Cerulean Blue #2A4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 13.04%
G = 23.6%
B = 63.35%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A4CCC (or 0x2A4CCC) is known color: Cerulean Blue. HEX triplet: 2A, 4C and CC. RGB value is (42,76,204). Sum of RGB (Red+Green+Blue) = 42+76+204=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CCC is #D5B333. Grayscale: #4F4F4F. Windows color (decimal): -14005044 or 13388842. OLE color: 13388842.

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

Color convert

RGB 42 76 204 -
CMYK 0.79 0.63 0 0.2
HSL 227.41º 0.66% 0.48% -
HSV(B) 227.41º 0.79% 0.8% -
XYZ 14.44 10.02 58.3 -
YUV 80.43 197.74 100.59 -
System Red Green Blue C M Y K H S L
Decimal 42 76 204 0.79 0.63 0 0.2 227.41 0.66 0.48
Hex 2A 4C CC 4F 3F 0 14 E3 42 30
Octal 52 114 314 117 77 0 24 343 102 60
Binary 101010 1001100 11001100 1001111 111111 0 10100 11100011 1000010 110000

Color Harmonies of #2A4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4CCC

Black with #2A4CCC

Text Example


Text Example

White with #2A4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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