Html Css Color HEX #4296DF Picton Blue

📋 copy color: '#4296DF'

red 66 ◦ green 150 ◦ blue 223

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

Shades of Picton Blue #4296DF

Tints of Picton Blue #4296DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 15.03%
G = 34.17%
B = 50.8%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4296DF (or 0x4296DF) is known color: Picton Blue. HEX triplet: 42, 96 and DF. RGB value is (66,150,223). Sum of RGB (Red+Green+Blue) = 66+150+223=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #4296DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4296DF is #BD6920. Grayscale: #848484. Windows color (decimal): -12413217 or 14652994. OLE color: 14652994.

HSL color Cylindrical-coordinate representation of color #4296DF: hue angle of 207.9º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4296DF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 150 223 -
CMYK 0.70 0.33 0 0.13
HSL 207.9º 0.71% 0.57% -
HSV(B) 207.9º 0.7% 0.87% -
XYZ 26.47 28.3 73.88 -
YUV 133.21 178.67 80.06 -
System Red Green Blue C M Y K H S L
Decimal 66 150 223 0.70 0.33 0 0.13 207.9 0.71 0.57
Hex 42 96 DF 46 21 0 D D0 47 39
Octal 102 226 337 106 41 0 15 320 107 71
Binary 1000010 10010110 11011111 1000110 100001 0 1101 11010000 1000111 111001

Color Harmonies of #4296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4296DF

Black with #4296DF

Text Example


Text Example

White with #4296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,150,223); }

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

background-color css

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

 a { background-color: rgb(66,150,223); }

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

border-color css

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

 span { border-color: rgb(66,150,223); }

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