Html Css Color HEX #2A8ACD Curious Blue

📋 copy color: '#2A8ACD'

red 42 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #2A8ACD

Tints of Curious Blue #2A8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 10.91%
G = 35.84%
B = 53.25%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2A8ACD (or 0x2A8ACD) is known color: Curious Blue. HEX triplet: 2A, 8A and CD. RGB value is (42,138,205). Sum of RGB (Red+Green+Blue) = 42+138+205=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8ACD is #D57532. Grayscale: #747474. Windows color (decimal): -13989171 or 13470250. OLE color: 13470250.

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

Color convert

RGB 42 138 205 -
CMYK 0.80 0.33 0 0.20
HSL 204.66º 0.66% 0.48% -
HSV(B) 204.66º 0.8% 0.8% -
XYZ 21.06 23.08 61.1 -
YUV 116.93 177.7 74.55 -
System Red Green Blue C M Y K H S L
Decimal 42 138 205 0.80 0.33 0 0.20 204.66 0.66 0.48
Hex 2A 8A CD 50 21 0 14 CD 42 30
Octal 52 212 315 120 41 0 24 315 102 60
Binary 101010 10001010 11001101 1010000 100001 0 10100 11001101 1000010 110000

Color Harmonies of #2A8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8ACD

Black with #2A8ACD

Text Example


Text Example

White with #2A8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,205); }

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

background-color css

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

 a { background-color: rgb(42,138,205); }

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

border-color css

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

 span { border-color: rgb(42,138,205); }

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