Html Css Color HEX #4090DB Picton Blue

📋 copy color: '#4090DB'

red 64 ◦ green 144 ◦ blue 219

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

Shades of Picton Blue #4090DB

Tints of Picton Blue #4090DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 14.99%
G = 33.72%
B = 51.29%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4090DB (or 0x4090DB) is known color: Picton Blue. HEX triplet: 40, 90 and DB. RGB value is (64,144,219). Sum of RGB (Red+Green+Blue) = 64+144+219=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #4090DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4090DB is #BF6F24. Grayscale: #808080. Windows color (decimal): -12545829 or 14389312. OLE color: 14389312.

HSL color Cylindrical-coordinate representation of color #4090DB: hue angle of 209.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4090DB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 144 219 -
CMYK 0.71 0.34 0 0.14
HSL 209.03º 0.68% 0.55% -
HSV(B) 209.03º 0.71% 0.86% -
XYZ 24.87 26.15 70.75 -
YUV 128.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 64 144 219 0.71 0.34 0 0.14 209.03 0.68 0.55
Hex 40 90 DB 47 22 0 E D1 44 37
Octal 100 220 333 107 42 0 16 321 104 67
Binary 1000000 10010000 11011011 1000111 100010 0 1110 11010001 1000100 110111

Color Harmonies of #4090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090DB

Black with #4090DB

Text Example


Text Example

White with #4090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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