Html Css Color HEX #438EDA Picton Blue

📋 copy color: '#438EDA'

red 67 ◦ green 142 ◦ blue 218

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

Shades of Picton Blue #438EDA

Tints of Picton Blue #438EDA

RGB

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

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

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

R = 15.69%
G = 33.26%
B = 51.05%

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

#438EDA (or 0x438EDA) is known color: Picton Blue. HEX triplet: 43, 8E and DA. RGB value is (67,142,218). Sum of RGB (Red+Green+Blue) = 67+142+218=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #438EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EDA is #BC7125. Grayscale: #7F7F7F. Windows color (decimal): -12349734 or 14323267. OLE color: 14323267.

HSL color Cylindrical-coordinate representation of color #438EDA: hue angle of 210.2º 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 #438EDA is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 67 142 218 -
CMYK 0.69 0.35 0 0.15
HSL 210.2º 0.67% 0.56% -
HSV(B) 210.2º 0.69% 0.85% -
XYZ 24.64 25.6 69.97 -
YUV 128.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 67 142 218 0.69 0.35 0 0.15 210.2 0.67 0.56
Hex 43 8E DA 45 23 0 F D2 43 38
Octal 103 216 332 105 43 0 17 322 103 70
Binary 1000011 10001110 11011010 1000101 100011 0 1111 11010010 1000011 111000

Color Harmonies of #438EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EDA

Black with #438EDA

Text Example


Text Example

White with #438EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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