Html Css Color HEX #2F89DC Curious Blue

📋 copy color: '#2F89DC'

red 47 ◦ green 137 ◦ blue 220

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

Shades of Curious Blue #2F89DC

Tints of Curious Blue #2F89DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.91%

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 11.63%
G = 33.91%
B = 54.46%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F89DC (or 0x2F89DC) is known color: Curious Blue. HEX triplet: 2F, 89 and DC. RGB value is (47,137,220). Sum of RGB (Red+Green+Blue) = 47+137+220=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F89DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F89DC is #D07623. Grayscale: #777777. Windows color (decimal): -13661732 or 14453039. OLE color: 14453039.

HSL color Cylindrical-coordinate representation of color #2F89DC: hue angle of 208.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F89DC is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 137 220 -
CMYK 0.79 0.38 0 0.14
HSL 208.79º 0.71% 0.52% -
HSV(B) 208.79º 0.79% 0.86% -
XYZ 23.04 23.66 71.06 -
YUV 119.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 47 137 220 0.79 0.38 0 0.14 208.79 0.71 0.52
Hex 2F 89 DC 4F 26 0 E D1 47 34
Octal 57 211 334 117 46 0 16 321 107 64
Binary 101111 10001001 11011100 1001111 100110 0 1110 11010001 1000111 110100

Color Harmonies of #2F89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F89DC

Black with #2F89DC

Text Example


Text Example

White with #2F89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,220); }

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

background-color css

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

 a { background-color: rgb(47,137,220); }

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

border-color css

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

 span { border-color: rgb(47,137,220); }

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