Html Css Color HEX #2F87CE Curious Blue

📋 copy color: '#2F87CE'

red 47 ◦ green 135 ◦ blue 206

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

Shades of Curious Blue #2F87CE

Tints of Curious Blue #2F87CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 12.11%
G = 34.79%
B = 53.09%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F87CE (or 0x2F87CE) is known color: Curious Blue. HEX triplet: 2F, 87 and CE. RGB value is (47,135,206). Sum of RGB (Red+Green+Blue) = 47+135+206=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F87CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F87CE is #D07831. Grayscale: #747474. Windows color (decimal): -13662258 or 13535023. OLE color: 13535023.

HSL color Cylindrical-coordinate representation of color #2F87CE: hue angle of 206.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F87CE is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 135 206 -
CMYK 0.77 0.34 0 0.19
HSL 206.79º 0.63% 0.5% -
HSV(B) 206.79º 0.77% 0.81% -
XYZ 20.98 22.39 61.61 -
YUV 116.78 178.35 78.23 -
System Red Green Blue C M Y K H S L
Decimal 47 135 206 0.77 0.34 0 0.19 206.79 0.63 0.5
Hex 2F 87 CE 4D 22 0 13 CF 3F 32
Octal 57 207 316 115 42 0 23 317 77 62
Binary 101111 10000111 11001110 1001101 100010 0 10011 11001111 111111 110010

Color Harmonies of #2F87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F87CE

Black with #2F87CE

Text Example


Text Example

White with #2F87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,135,206); }

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

background-color css

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

 a { background-color: rgb(47,135,206); }

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

border-color css

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

 span { border-color: rgb(47,135,206); }

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