Html Css Color HEX #438DDC Picton Blue

📋 copy color: '#438DDC'

red 67 ◦ green 141 ◦ blue 220

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

Shades of Picton Blue #438DDC

Tints of Picton Blue #438DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

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

R = 15.65%
G = 32.94%
B = 51.4%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#438DDC (or 0x438DDC) is known color: Picton Blue. HEX triplet: 43, 8D and DC. RGB value is (67,141,220). Sum of RGB (Red+Green+Blue) = 67+141+220=428 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.65% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #438DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDC is #BC7223. Grayscale: #7F7F7F. Windows color (decimal): -12349988 or 14454083. OLE color: 14454083.

HSL color Cylindrical-coordinate representation of color #438DDC: hue angle of 210.98º 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 #438DDC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 141 220 -
CMYK 0.70 0.36 0 0.14
HSL 210.98º 0.69% 0.56% -
HSV(B) 210.98º 0.7% 0.86% -
XYZ 24.76 25.41 71.31 -
YUV 127.88 179.98 84.58 -
System Red Green Blue C M Y K H S L
Decimal 67 141 220 0.70 0.36 0 0.14 210.98 0.69 0.56
Hex 43 8D DC 46 24 0 E D3 45 38
Octal 103 215 334 106 44 0 16 323 105 70
Binary 1000011 10001101 11011100 1000110 100100 0 1110 11010011 1000101 111000

Color Harmonies of #438DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DDC

Black with #438DDC

Text Example


Text Example

White with #438DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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