#2A7CCD

Color #2A7CCD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2A7CCD

Tints of Curious Blue #2A7CCD

Color information

#2A7CCD (or 0x2A7CCD) is unknown color: approx Curious Blue. HEX triplet: 2A, 7C and CD. RGB value is (42,124,205). Sum of RGB (Red+Green+Blue) = 42+124+205=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7CCD is #D58332. Grayscale: #6C6C6C. Windows color (decimal): -13992755 or 13466666. OLE color: 13466666.

HSL color Cylindrical-coordinate representation of color #2A7CCD: hue angle of 209.82º 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 #2A7CCD is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB42124205-
CMYK0.800.4000.20
HSL209.82º65.99%48.43%-
HSV(B)209.82º79.51%80.39%-
XYZ19.1819.3260.47-
YUV108.72182.3380.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.32%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 205 (80.47% from 255) = 55.26%
R=11.32%
G=33.42%
B=55.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal421242050.800.4000.20209.8265.9948.43
Hex2A7CCD5028014d24230
Octal521743151205002432210260
Binary1010101111100110011011010000101000010100110100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A7CCD;
 }
 .AnyTagClassName
 {
   color: #2A7CCD;
 }
</style>
background-color css

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

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

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

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

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

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