Html Css Color HEX #4090BC Curious Blue

📋 copy color: '#4090BC'

red 64 ◦ green 144 ◦ blue 188

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

Shades of Curious Blue #4090BC

Tints of Curious Blue #4090BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 16.16%
G = 36.36%
B = 47.47%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4090BC (or 0x4090BC) is known color: Curious Blue. HEX triplet: 40, 90 and BC. RGB value is (64,144,188). Sum of RGB (Red+Green+Blue) = 64+144+188=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #4090BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090BC is #BF6F43. Grayscale: #7C7C7C. Windows color (decimal): -12545860 or 12357696. OLE color: 12357696.

HSL color Cylindrical-coordinate representation of color #4090BC: hue angle of 201.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4090BC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 144 188 -
CMYK 0.66 0.23 0 0.26
HSL 201.29º 0.49% 0.49% -
HSV(B) 201.29º 0.66% 0.74% -
XYZ 21.16 24.67 51.22 -
YUV 125.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 64 144 188 0.66 0.23 0 0.26 201.29 0.49 0.49
Hex 40 90 BC 42 17 0 1A C9 31 31
Octal 100 220 274 102 27 0 32 311 61 61
Binary 1000000 10010000 10111100 1000010 10111 0 11010 11001001 110001 110001

Color Harmonies of #4090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090BC

Black with #4090BC

Text Example


Text Example

White with #4090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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