Html Css Color HEX #438ED6 Picton Blue

📋 copy color: '#438ED6'

red 67 ◦ green 142 ◦ blue 214

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

Shades of Picton Blue #438ED6

Tints of Picton Blue #438ED6

RGB

 RED value IS 67 (26.56% from 255) = 15.84%

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 15.84%
G = 33.57%
B = 50.59%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#438ED6 (or 0x438ED6) is known color: Picton Blue. HEX triplet: 43, 8E and D6. RGB value is (67,142,214). Sum of RGB (Red+Green+Blue) = 67+142+214=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #438ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ED6 is #BC7129. Grayscale: #7F7F7F. Windows color (decimal): -12349738 or 14061123. OLE color: 14061123.

HSL color Cylindrical-coordinate representation of color #438ED6: hue angle of 209.39º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438ED6 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 142 214 -
CMYK 0.69 0.34 0 0.16
HSL 209.39º 0.64% 0.55% -
HSV(B) 209.39º 0.69% 0.84% -
XYZ 24.13 25.39 67.25 -
YUV 127.78 176.65 84.65 -
System Red Green Blue C M Y K H S L
Decimal 67 142 214 0.69 0.34 0 0.16 209.39 0.64 0.55
Hex 43 8E D6 45 22 0 10 D1 40 37
Octal 103 216 326 105 42 0 20 321 100 67
Binary 1000011 10001110 11010110 1000101 100010 0 10000 11010001 1000000 110111

Color Harmonies of #438ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438ED6

Black with #438ED6

Text Example


Text Example

White with #438ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438ED6; }

 p { color: rgb(67,142,214); }

 H1.HeaderClassName
 {
   color: #438ED6;
 }
 .AnyTagClassName
 {
   color: #438ED6;
 }
</style>

background-color css

<style>
 a { background-color: #438ED6; }

 a { background-color: rgb(67,142,214); }

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

border-color css

<style>
 span { border-color: #438ED6; }

 span { border-color: rgb(67,142,214); }

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