Html Css Color HEX #429DCF Picton Blue

📋 copy color: '#429DCF'

red 66 ◦ green 157 ◦ blue 207

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

Shades of Picton Blue #429DCF

Tints of Picton Blue #429DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 15.35%
G = 36.51%
B = 48.14%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#429DCF (or 0x429DCF) is known color: Picton Blue. HEX triplet: 42, 9D and CF. RGB value is (66,157,207). Sum of RGB (Red+Green+Blue) = 66+157+207=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #429DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429DCF is #BD6230. Grayscale: #878787. Windows color (decimal): -12411441 or 13606210. OLE color: 13606210.

HSL color Cylindrical-coordinate representation of color #429DCF: hue angle of 201.28º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #429DCF is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 157 207 -
CMYK 0.68 0.24 0 0.19
HSL 201.28º 0.59% 0.54% -
HSV(B) 201.28º 0.68% 0.81% -
XYZ 25.57 29.78 63.43 -
YUV 135.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 66 157 207 0.68 0.24 0 0.19 201.28 0.59 0.54
Hex 42 9D CF 44 18 0 13 C9 3B 36
Octal 102 235 317 104 30 0 23 311 73 66
Binary 1000010 10011101 11001111 1000100 11000 0 10011 11001001 111011 110110

Color Harmonies of #429DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DCF

Black with #429DCF

Text Example


Text Example

White with #429DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429DCF; }

 p { color: rgb(66,157,207); }

 H1.HeaderClassName
 {
   color: #429DCF;
 }
 .AnyTagClassName
 {
   color: #429DCF;
 }
</style>

background-color css

<style>
 a { background-color: #429DCF; }

 a { background-color: rgb(66,157,207); }

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

border-color css

<style>
 span { border-color: #429DCF; }

 span { border-color: rgb(66,157,207); }

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