Html Css Color HEX #4090CD Curious Blue

📋 copy color: '#4090CD'

red 64 ◦ green 144 ◦ blue 205

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

Shades of Curious Blue #4090CD

Tints of Curious Blue #4090CD

RGB

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

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

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

R = 15.5%
G = 34.87%
B = 49.64%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4090CD (or 0x4090CD) is known color: Curious Blue. HEX triplet: 40, 90 and CD. RGB value is (64,144,205). Sum of RGB (Red+Green+Blue) = 64+144+205=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #4090CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090CD is #BF6F32. Grayscale: #7E7E7E. Windows color (decimal): -12545843 or 13471808. OLE color: 13471808.

HSL color Cylindrical-coordinate representation of color #4090CD: hue angle of 205.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4090CD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 144 205 -
CMYK 0.69 0.30 0 0.20
HSL 205.96º 0.59% 0.53% -
HSV(B) 205.96º 0.69% 0.8% -
XYZ 23.11 25.44 61.45 -
YUV 127.03 172 83.04 -
System Red Green Blue C M Y K H S L
Decimal 64 144 205 0.69 0.30 0 0.20 205.96 0.59 0.53
Hex 40 90 CD 45 1E 0 14 CE 3B 35
Octal 100 220 315 105 36 0 24 316 73 65
Binary 1000000 10010000 11001101 1000101 11110 0 10100 11001110 111011 110101

Color Harmonies of #4090CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090CD

Black with #4090CD

Text Example


Text Example

White with #4090CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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