Html Css Color HEX #2F8FCD Curious Blue

📋 copy color: '#2F8FCD'

red 47 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #2F8FCD

Tints of Curious Blue #2F8FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 11.9%
G = 36.2%
B = 51.9%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F8FCD (or 0x2F8FCD) is known color: Curious Blue. HEX triplet: 2F, 8F and CD. RGB value is (47,143,205). Sum of RGB (Red+Green+Blue) = 47+143+205=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F8FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FCD is #D07032. Grayscale: #797979. Windows color (decimal): -13660211 or 13471535. OLE color: 13471535.

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

Color convert

RGB 47 143 205 -
CMYK 0.77 0.30 0 0.20
HSL 203.54º 0.63% 0.49% -
HSV(B) 203.54º 0.77% 0.8% -
XYZ 22.01 24.66 61.36 -
YUV 121.36 175.2 74.96 -
System Red Green Blue C M Y K H S L
Decimal 47 143 205 0.77 0.30 0 0.20 203.54 0.63 0.49
Hex 2F 8F CD 4D 1E 0 14 CC 3F 31
Octal 57 217 315 115 36 0 24 314 77 61
Binary 101111 10001111 11001101 1001101 11110 0 10100 11001100 111111 110001

Color Harmonies of #2F8FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8FCD

Black with #2F8FCD

Text Example


Text Example

White with #2F8FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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