#2F8ACD

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

Shades of Curious Blue #2F8ACD

Tints of Curious Blue #2F8ACD

Color information

#2F8ACD (or 0x2F8ACD) is unknown color: approx Curious Blue. HEX triplet: 2F, 8A and CD. RGB value is (47,138,205). Sum of RGB (Red+Green+Blue) = 47+138+205=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ACD is #D07532. Grayscale: #767676. Windows color (decimal): -13661491 or 13470255. OLE color: 13470255.

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

Color convert

RGB47138205-
CMYK0.770.3300.20
HSL205.44º62.7%49.41%-
HSV(B)205.44º77.07%80.39%-
XYZ21.2823.1961.11-
YUV118.43176.8577.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.05%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=12.05%
G=35.38%
B=52.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal471382050.770.3300.20205.4462.749.41
Hex2F8ACD4D21014cd3f31
Octal57212315115410243157761
Binary1011111000101011001101100110110000101010011001101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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