Html Css Color HEX #438CDD Picton Blue

📋 copy color: '#438CDD'

red 67 ◦ green 140 ◦ blue 221

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

Shades of Picton Blue #438CDD

Tints of Picton Blue #438CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 15.65%
G = 32.71%
B = 51.64%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#438CDD (or 0x438CDD) is known color: Picton Blue. HEX triplet: 43, 8C and DD. RGB value is (67,140,221). Sum of RGB (Red+Green+Blue) = 67+140+221=428 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.65% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #438CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CDD is #BC7322. Grayscale: #7F7F7F. Windows color (decimal): -12350243 or 14519363. OLE color: 14519363.

HSL color Cylindrical-coordinate representation of color #438CDD: hue angle of 211.56º 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 #438CDD is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 67 140 221 -
CMYK 0.70 0.37 0 0.13
HSL 211.56º 0.69% 0.56% -
HSV(B) 211.56º 0.7% 0.87% -
XYZ 24.74 25.17 71.96 -
YUV 127.41 180.82 84.91 -
System Red Green Blue C M Y K H S L
Decimal 67 140 221 0.70 0.37 0 0.13 211.56 0.69 0.56
Hex 43 8C DD 46 25 0 D D4 45 38
Octal 103 214 335 106 45 0 15 324 105 70
Binary 1000011 10001100 11011101 1000110 100101 0 1101 11010100 1000101 111000

Color Harmonies of #438CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CDD

Black with #438CDD

Text Example


Text Example

White with #438CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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