Html Css Color HEX #2F8CC9 Curious Blue

📋 copy color: '#2F8CC9'

red 47 ◦ green 140 ◦ blue 201

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

Shades of Curious Blue #2F8CC9

Tints of Curious Blue #2F8CC9

RGB

 RED value IS 47 (18.75% from 255) = 12.11%

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 201 (78.91% from 255) = 51.8%

R = 12.11%
G = 36.08%
B = 51.8%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2F8CC9 (or 0x2F8CC9) is known color: Curious Blue. HEX triplet: 2F, 8C and C9. RGB value is (47,140,201). Sum of RGB (Red+Green+Blue) = 47+140+201=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #2F8CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8CC9 is #D07336. Grayscale: #767676. Windows color (decimal): -13660983 or 13208623. OLE color: 13208623.

HSL color Cylindrical-coordinate representation of color #2F8CC9: hue angle of 203.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F8CC9 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 140 201 -
CMYK 0.77 0.30 0 0.21
HSL 203.77º 0.62% 0.49% -
HSV(B) 203.77º 0.77% 0.79% -
XYZ 21.09 23.58 58.7 -
YUV 119.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 47 140 201 0.77 0.30 0 0.21 203.77 0.62 0.49
Hex 2F 8C C9 4D 1E 0 15 CC 3E 31
Octal 57 214 311 115 36 0 25 314 76 61
Binary 101111 10001100 11001001 1001101 11110 0 10101 11001100 111110 110001

Color Harmonies of #2F8CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8CC9

Black with #2F8CC9

Text Example


Text Example

White with #2F8CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,140,201); }

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

background-color css

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

 a { background-color: rgb(47,140,201); }

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

border-color css

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

 span { border-color: rgb(47,140,201); }

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