Html Css Color HEX #2A61CC Cerulean Blue

📋 copy color: '#2A61CC'

red 42 ◦ green 97 ◦ blue 204

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

Shades of Cerulean Blue #2A61CC

Tints of Cerulean Blue #2A61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

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

R = 12.24%
G = 28.28%
B = 59.48%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A61CC (or 0x2A61CC) is known color: Cerulean Blue. HEX triplet: 2A, 61 and CC. RGB value is (42,97,204). Sum of RGB (Red+Green+Blue) = 42+97+204=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A61CC is #D59E33. Grayscale: #5C5C5C. Windows color (decimal): -13999668 or 13394218. OLE color: 13394218.

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

Color convert

RGB 42 97 204 -
CMYK 0.79 0.52 0 0.2
HSL 219.63º 0.66% 0.48% -
HSV(B) 219.63º 0.79% 0.8% -
XYZ 16.13 13.4 58.86 -
YUV 92.75 190.78 91.8 -
System Red Green Blue C M Y K H S L
Decimal 42 97 204 0.79 0.52 0 0.2 219.63 0.66 0.48
Hex 2A 61 CC 4F 34 0 14 DC 42 30
Octal 52 141 314 117 64 0 24 334 102 60
Binary 101010 1100001 11001100 1001111 110100 0 10100 11011100 1000010 110000

Color Harmonies of #2A61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A61CC

Black with #2A61CC

Text Example


Text Example

White with #2A61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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