Html Css Color HEX #438FDA Picton Blue

📋 copy color: '#438FDA'

red 67 ◦ green 143 ◦ blue 218

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

Shades of Picton Blue #438FDA

Tints of Picton Blue #438FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 15.65%
G = 33.41%
B = 50.93%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#438FDA (or 0x438FDA) is known color: Picton Blue. HEX triplet: 43, 8F and DA. RGB value is (67,143,218). Sum of RGB (Red+Green+Blue) = 67+143+218=428 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.65% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #438FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FDA is #BC7025. Grayscale: #808080. Windows color (decimal): -12349478 or 14323523. OLE color: 14323523.

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

Color convert

RGB 67 143 218 -
CMYK 0.69 0.34 0 0.15
HSL 209.8º 0.67% 0.56% -
HSV(B) 209.8º 0.69% 0.85% -
XYZ 24.79 25.9 70.02 -
YUV 128.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 67 143 218 0.69 0.34 0 0.15 209.8 0.67 0.56
Hex 43 8F DA 45 22 0 F D2 43 38
Octal 103 217 332 105 42 0 17 322 103 70
Binary 1000011 10001111 11011010 1000101 100010 0 1111 11010010 1000011 111000

Color Harmonies of #438FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438FDA

Black with #438FDA

Text Example


Text Example

White with #438FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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