Html Css Color HEX #2A89CC Curious Blue

📋 copy color: '#2A89CC'

red 42 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #2A89CC

Tints of Curious Blue #2A89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

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

R = 10.97%
G = 35.77%
B = 53.26%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2A89CC (or 0x2A89CC) is known color: Curious Blue. HEX triplet: 2A, 89 and CC. RGB value is (42,137,204). Sum of RGB (Red+Green+Blue) = 42+137+204=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89CC is #D57633. Grayscale: #737373. Windows color (decimal): -13989428 or 13404458. OLE color: 13404458.

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

Color convert

RGB 42 137 204 -
CMYK 0.79 0.33 0 0.2
HSL 204.81º 0.66% 0.48% -
HSV(B) 204.81º 0.79% 0.8% -
XYZ 20.8 22.74 60.42 -
YUV 116.23 177.53 75.05 -
System Red Green Blue C M Y K H S L
Decimal 42 137 204 0.79 0.33 0 0.2 204.81 0.66 0.48
Hex 2A 89 CC 4F 21 0 14 CD 42 30
Octal 52 211 314 117 41 0 24 315 102 60
Binary 101010 10001001 11001100 1001111 100001 0 10100 11001101 1000010 110000

Color Harmonies of #2A89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A89CC

Black with #2A89CC

Text Example


Text Example

White with #2A89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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