Html Css Color HEX #4090BF Curious Blue

📋 copy color: '#4090BF'

red 64 ◦ green 144 ◦ blue 191

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

Shades of Curious Blue #4090BF

Tints of Curious Blue #4090BF

RGB

 RED value IS 64 (25.39% from 255) = 16.04%

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

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

R = 16.04%
G = 36.09%
B = 47.87%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4090BF (or 0x4090BF) is known color: Curious Blue. HEX triplet: 40, 90 and BF. RGB value is (64,144,191). Sum of RGB (Red+Green+Blue) = 64+144+191=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #4090BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090BF is #BF6F40. Grayscale: #7D7D7D. Windows color (decimal): -12545857 or 12554304. OLE color: 12554304.

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

Color convert

RGB 64 144 191 -
CMYK 0.66 0.25 0 0.25
HSL 202.2º 0.5% 0.5% -
HSV(B) 202.2º 0.66% 0.75% -
XYZ 21.49 24.8 52.94 -
YUV 125.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 64 144 191 0.66 0.25 0 0.25 202.2 0.5 0.5
Hex 40 90 BF 42 19 0 19 CA 32 32
Octal 100 220 277 102 31 0 31 312 62 62
Binary 1000000 10010000 10111111 1000010 11001 0 11001 11001010 110010 110010

Color Harmonies of #4090BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090BF

Black with #4090BF

Text Example


Text Example

White with #4090BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4090BF; }

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

 H1.HeaderClassName
 {
   color: #4090BF;
 }
 .AnyTagClassName
 {
   color: #4090BF;
 }
</style>

background-color css

<style>
 a { background-color: #4090BF; }

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

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

border-color css

<style>
 span { border-color: #4090BF; }

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

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