Html Css Color HEX #2A5ACC Cerulean Blue

📋 copy color: '#2A5ACC'

red 42 ◦ green 90 ◦ blue 204

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

Shades of Cerulean Blue #2A5ACC

Tints of Cerulean Blue #2A5ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 12.5%
G = 26.79%
B = 60.71%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A5ACC (or 0x2A5ACC) is known color: Cerulean Blue. HEX triplet: 2A, 5A and CC. RGB value is (42,90,204). Sum of RGB (Red+Green+Blue) = 42+90+204=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5ACC is #D5A533. Grayscale: #585858. Windows color (decimal): -14001460 or 13392426. OLE color: 13392426.

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

Color convert

RGB 42 90 204 -
CMYK 0.79 0.56 0 0.2
HSL 222.22º 0.66% 0.48% -
HSV(B) 222.22º 0.79% 0.8% -
XYZ 15.51 12.16 58.66 -
YUV 88.64 193.1 94.73 -
System Red Green Blue C M Y K H S L
Decimal 42 90 204 0.79 0.56 0 0.2 222.22 0.66 0.48
Hex 2A 5A CC 4F 38 0 14 DE 42 30
Octal 52 132 314 117 70 0 24 336 102 60
Binary 101010 1011010 11001100 1001111 111000 0 10100 11011110 1000010 110000

Color Harmonies of #2A5ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5ACC

Black with #2A5ACC

Text Example


Text Example

White with #2A5ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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