Html Css Color HEX #438CDC Picton Blue

📋 copy color: '#438CDC'

red 67 ◦ green 140 ◦ blue 220

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

Shades of Picton Blue #438CDC

Tints of Picton Blue #438CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 15.69%
G = 32.79%
B = 51.52%

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

#438CDC (or 0x438CDC) is known color: Picton Blue. HEX triplet: 43, 8C and DC. RGB value is (67,140,220). Sum of RGB (Red+Green+Blue) = 67+140+220=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #438CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CDC is #BC7323. Grayscale: #7E7E7E. Windows color (decimal): -12350244 or 14453827. OLE color: 14453827.

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

Color convert

RGB 67 140 220 -
CMYK 0.70 0.36 0 0.14
HSL 211.37º 0.69% 0.56% -
HSV(B) 211.37º 0.7% 0.86% -
XYZ 24.61 25.12 71.26 -
YUV 127.29 180.32 85 -
System Red Green Blue C M Y K H S L
Decimal 67 140 220 0.70 0.36 0 0.14 211.37 0.69 0.56
Hex 43 8C DC 46 24 0 E D3 45 38
Octal 103 214 334 106 44 0 16 323 105 70
Binary 1000011 10001100 11011100 1000110 100100 0 1110 11010011 1000101 111000

Color Harmonies of #438CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CDC

Black with #438CDC

Text Example


Text Example

White with #438CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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