Html Css Color HEX #4092DF Picton Blue

📋 copy color: '#4092DF'

red 64 ◦ green 146 ◦ blue 223

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

Shades of Picton Blue #4092DF

Tints of Picton Blue #4092DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 14.78%
G = 33.72%
B = 51.5%

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

#4092DF (or 0x4092DF) is known color: Picton Blue. HEX triplet: 40, 92 and DF. RGB value is (64,146,223). Sum of RGB (Red+Green+Blue) = 64+146+223=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #4092DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4092DF is #BF6D20. Grayscale: #818181. Windows color (decimal): -12545313 or 14651968. OLE color: 14651968.

HSL color Cylindrical-coordinate representation of color #4092DF: hue angle of 209.06º degrees, saturation: 0.71, 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 #4092DF is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 146 223 -
CMYK 0.71 0.35 0 0.13
HSL 209.06º 0.71% 0.56% -
HSV(B) 209.06º 0.71% 0.87% -
XYZ 25.71 26.98 73.66 -
YUV 130.26 180.33 80.74 -
System Red Green Blue C M Y K H S L
Decimal 64 146 223 0.71 0.35 0 0.13 209.06 0.71 0.56
Hex 40 92 DF 47 23 0 D D1 47 38
Octal 100 222 337 107 43 0 15 321 107 70
Binary 1000000 10010010 11011111 1000111 100011 0 1101 11010001 1000111 111000

Color Harmonies of #4092DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092DF

Black with #4092DF

Text Example


Text Example

White with #4092DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4092DF; }

 p { color: rgb(64,146,223); }

 H1.HeaderClassName
 {
   color: #4092DF;
 }
 .AnyTagClassName
 {
   color: #4092DF;
 }
</style>

background-color css

<style>
 a { background-color: #4092DF; }

 a { background-color: rgb(64,146,223); }

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

border-color css

<style>
 span { border-color: #4092DF; }

 span { border-color: rgb(64,146,223); }

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