Html Css Color HEX #438EDC Picton Blue

📋 copy color: '#438EDC'

red 67 ◦ green 142 ◦ blue 220

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

Shades of Picton Blue #438EDC

Tints of Picton Blue #438EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 15.62%
G = 33.1%
B = 51.28%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#438EDC (or 0x438EDC) is known color: Picton Blue. HEX triplet: 43, 8E and DC. RGB value is (67,142,220). Sum of RGB (Red+Green+Blue) = 67+142+220=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #438EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EDC is #BC7123. Grayscale: #808080. Windows color (decimal): -12349732 or 14454339. OLE color: 14454339.

HSL color Cylindrical-coordinate representation of color #438EDC: hue angle of 210.59º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #438EDC is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 142 220 -
CMYK 0.70 0.35 0 0.14
HSL 210.59º 0.69% 0.56% -
HSV(B) 210.59º 0.7% 0.86% -
XYZ 24.91 25.71 71.36 -
YUV 128.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 67 142 220 0.70 0.35 0 0.14 210.59 0.69 0.56
Hex 43 8E DC 46 23 0 E D3 45 38
Octal 103 216 334 106 43 0 16 323 105 70
Binary 1000011 10001110 11011100 1000110 100011 0 1110 11010011 1000101 111000

Color Harmonies of #438EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EDC

Black with #438EDC

Text Example


Text Example

White with #438EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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