Html Css Color HEX #2F90BF Curious Blue

📋 copy color: '#2F90BF'

red 47 ◦ green 144 ◦ blue 191

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

Shades of Curious Blue #2F90BF

Tints of Curious Blue #2F90BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 191 (75% from 255) = 50%

R = 12.3%
G = 37.7%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F90BF (or 0x2F90BF) is known color: Curious Blue. HEX triplet: 2F, 90 and BF. RGB value is (47,144,191). Sum of RGB (Red+Green+Blue) = 47+144+191=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F90BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F90BF is #D06F40. Grayscale: #787878. Windows color (decimal): -13659969 or 12554287. OLE color: 12554287.

HSL color Cylindrical-coordinate representation of color #2F90BF: hue angle of 199.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F90BF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 144 191 -
CMYK 0.75 0.25 0 0.25
HSL 199.58º 0.61% 0.47% -
HSV(B) 199.58º 0.75% 0.75% -
XYZ 20.55 24.31 52.9 -
YUV 120.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 47 144 191 0.75 0.25 0 0.25 199.58 0.61 0.47
Hex 2F 90 BF 4B 19 0 19 C8 3D 2F
Octal 57 220 277 113 31 0 31 310 75 57
Binary 101111 10010000 10111111 1001011 11001 0 11001 11001000 111101 101111

Color Harmonies of #2F90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F90BF

Black with #2F90BF

Text Example


Text Example

White with #2F90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,144,191); }

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

background-color css

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

 a { background-color: rgb(47,144,191); }

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

border-color css

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

 span { border-color: rgb(47,144,191); }

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