Html Css Color HEX #4090DD Picton Blue

📋 copy color: '#4090DD'

red 64 ◦ green 144 ◦ blue 221

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

Shades of Picton Blue #4090DD

Tints of Picton Blue #4090DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 14.92%
G = 33.57%
B = 51.52%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4090DD (or 0x4090DD) is known color: Picton Blue. HEX triplet: 40, 90 and DD. RGB value is (64,144,221). Sum of RGB (Red+Green+Blue) = 64+144+221=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #4090DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090DD is #BF6F22. Grayscale: #808080. Windows color (decimal): -12545827 or 14520384. OLE color: 14520384.

HSL color Cylindrical-coordinate representation of color #4090DD: hue angle of 209.43º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4090DD is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 144 221 -
CMYK 0.71 0.35 0 0.13
HSL 209.43º 0.7% 0.56% -
HSV(B) 209.43º 0.71% 0.87% -
XYZ 25.14 26.26 72.15 -
YUV 128.86 180 81.74 -
System Red Green Blue C M Y K H S L
Decimal 64 144 221 0.71 0.35 0 0.13 209.43 0.7 0.56
Hex 40 90 DD 47 23 0 D D1 46 38
Octal 100 220 335 107 43 0 15 321 106 70
Binary 1000000 10010000 11011101 1000111 100011 0 1101 11010001 1000110 111000

Color Harmonies of #4090DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090DD

Black with #4090DD

Text Example


Text Example

White with #4090DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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