Html Css Color HEX #4292DD Picton Blue

📋 copy color: '#4292DD'

red 66 ◦ green 146 ◦ blue 221

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

Shades of Picton Blue #4292DD

Tints of Picton Blue #4292DD

RGB

 RED value IS 66 (26.17% from 255) = 15.24%

 GREEN value IS 146 (57.42% from 255) = 33.72%

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

R = 15.24%
G = 33.72%
B = 51.04%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4292DD (or 0x4292DD) is known color: Picton Blue. HEX triplet: 42, 92 and DD. RGB value is (66,146,221). Sum of RGB (Red+Green+Blue) = 66+146+221=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #4292DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4292DD is #BD6D22. Grayscale: #828282. Windows color (decimal): -12414243 or 14520898. OLE color: 14520898.

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

Color convert

RGB 66 146 221 -
CMYK 0.70 0.34 0 0.13
HSL 209.03º 0.7% 0.56% -
HSV(B) 209.03º 0.7% 0.87% -
XYZ 25.58 26.94 72.26 -
YUV 130.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 66 146 221 0.70 0.34 0 0.13 209.03 0.7 0.56
Hex 42 92 DD 46 22 0 D D1 46 38
Octal 102 222 335 106 42 0 15 321 106 70
Binary 1000010 10010010 11011101 1000110 100010 0 1101 11010001 1000110 111000

Color Harmonies of #4292DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4292DD

Black with #4292DD

Text Example


Text Example

White with #4292DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,146,221); }

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

background-color css

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

 a { background-color: rgb(66,146,221); }

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

border-color css

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

 span { border-color: rgb(66,146,221); }

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