Html Css Color HEX #438EDD Picton Blue

📋 copy color: '#438EDD'

red 67 ◦ green 142 ◦ blue 221

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

Shades of Picton Blue #438EDD

Tints of Picton Blue #438EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 15.58%
G = 33.02%
B = 51.4%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#438EDD (or 0x438EDD) is known color: Picton Blue. HEX triplet: 43, 8E and DD. RGB value is (67,142,221). Sum of RGB (Red+Green+Blue) = 67+142+221=430 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.58% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #438EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EDD is #BC7122. Grayscale: #808080. Windows color (decimal): -12349731 or 14519875. OLE color: 14519875.

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

Color convert

RGB 67 142 221 -
CMYK 0.70 0.36 0 0.13
HSL 210.78º 0.69% 0.56% -
HSV(B) 210.78º 0.7% 0.87% -
XYZ 25.04 25.76 72.06 -
YUV 128.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 67 142 221 0.70 0.36 0 0.13 210.78 0.69 0.56
Hex 43 8E DD 46 24 0 D D3 45 38
Octal 103 216 335 106 44 0 15 323 105 70
Binary 1000011 10001110 11011101 1000110 100100 0 1101 11010011 1000101 111000

Color Harmonies of #438EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EDD

Black with #438EDD

Text Example


Text Example

White with #438EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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