Html Css Color HEX #2A83C0 Curious Blue

📋 copy color: '#2A83C0'

red 42 ◦ green 131 ◦ blue 192

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

Shades of Curious Blue #2A83C0

Tints of Curious Blue #2A83C0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 192 (75.39% from 255) = 52.6%

R = 11.51%
G = 35.89%
B = 52.6%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A83C0 (or 0x2A83C0) is known color: Curious Blue. HEX triplet: 2A, 83 and C0. RGB value is (42,131,192). Sum of RGB (Red+Green+Blue) = 42+131+192=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #2A83C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A83C0 is #D57C3F. Grayscale: #6F6F6F. Windows color (decimal): -13990976 or 12616490. OLE color: 12616490.

HSL color Cylindrical-coordinate representation of color #2A83C0: hue angle of 204.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A83C0 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 131 192 -
CMYK 0.78 0.32 0 0.25
HSL 204.4º 0.64% 0.46% -
HSV(B) 204.4º 0.78% 0.75% -
XYZ 18.59 20.53 52.85 -
YUV 111.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 42 131 192 0.78 0.32 0 0.25 204.4 0.64 0.46
Hex 2A 83 C0 4E 20 0 19 CC 40 2E
Octal 52 203 300 116 40 0 31 314 100 56
Binary 101010 10000011 11000000 1001110 100000 0 11001 11001100 1000000 101110

Color Harmonies of #2A83C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A83C0

Black with #2A83C0

Text Example


Text Example

White with #2A83C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,131,192); }

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

background-color css

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

 a { background-color: rgb(42,131,192); }

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

border-color css

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

 span { border-color: rgb(42,131,192); }

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