Html Css Color HEX #438DDE Picton Blue

📋 copy color: '#438DDE'

red 67 ◦ green 141 ◦ blue 222

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

Shades of Picton Blue #438DDE

Tints of Picton Blue #438DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 15.58%
G = 32.79%
B = 51.63%

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

#438DDE (or 0x438DDE) is known color: Picton Blue. HEX triplet: 43, 8D and DE. RGB value is (67,141,222). Sum of RGB (Red+Green+Blue) = 67+141+222=430 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.58% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #438DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDE is #BC7221. Grayscale: #7F7F7F. Windows color (decimal): -12349986 or 14585155. OLE color: 14585155.

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

Color convert

RGB 67 141 222 -
CMYK 0.70 0.36 0 0.13
HSL 211.35º 0.7% 0.57% -
HSV(B) 211.35º 0.7% 0.87% -
XYZ 25.02 25.52 72.71 -
YUV 128.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 67 141 222 0.70 0.36 0 0.13 211.35 0.7 0.57
Hex 43 8D DE 46 24 0 D D3 46 39
Octal 103 215 336 106 44 0 15 323 106 71
Binary 1000011 10001101 11011110 1000110 100100 0 1101 11010011 1000110 111001

Color Harmonies of #438DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DDE

Black with #438DDE

Text Example


Text Example

White with #438DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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