Html Css Color HEX #438DDA Picton Blue

📋 copy color: '#438DDA'

red 67 ◦ green 141 ◦ blue 218

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

Shades of Picton Blue #438DDA

Tints of Picton Blue #438DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 15.73%
G = 33.1%
B = 51.17%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#438DDA (or 0x438DDA) is known color: Picton Blue. HEX triplet: 43, 8D and DA. RGB value is (67,141,218). Sum of RGB (Red+Green+Blue) = 67+141+218=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #438DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DDA is #BC7225. Grayscale: #7F7F7F. Windows color (decimal): -12349990 or 14323011. OLE color: 14323011.

HSL color Cylindrical-coordinate representation of color #438DDA: hue angle of 210.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438DDA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 67 141 218 -
CMYK 0.69 0.35 0 0.15
HSL 210.6º 0.67% 0.56% -
HSV(B) 210.6º 0.69% 0.85% -
XYZ 24.49 25.31 69.92 -
YUV 127.65 178.98 84.74 -
System Red Green Blue C M Y K H S L
Decimal 67 141 218 0.69 0.35 0 0.15 210.6 0.67 0.56
Hex 43 8D DA 45 23 0 F D3 43 38
Octal 103 215 332 105 43 0 17 323 103 70
Binary 1000011 10001101 11011010 1000101 100011 0 1111 11010011 1000011 111000

Color Harmonies of #438DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DDA

Black with #438DDA

Text Example


Text Example

White with #438DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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