Html Css Color HEX #469EDD Picton Blue

📋 copy color: '#469EDD'

red 70 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #469EDD

Tints of Picton Blue #469EDD

RGB

 RED value IS 70 (27.73% from 255) = 15.59%

 GREEN value IS 158 (62.11% from 255) = 35.19%

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

R = 15.59%
G = 35.19%
B = 49.22%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#469EDD (or 0x469EDD) is known color: Picton Blue. HEX triplet: 46, 9E and DD. RGB value is (70,158,221). Sum of RGB (Red+Green+Blue) = 70+158+221=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #469EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469EDD is #B96122. Grayscale: #8A8A8A. Windows color (decimal): -12149027 or 14523974. OLE color: 14523974.

HSL color Cylindrical-coordinate representation of color #469EDD: hue angle of 205.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469EDD is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 158 221 -
CMYK 0.68 0.29 0 0.13
HSL 205.03º 0.69% 0.57% -
HSV(B) 205.03º 0.68% 0.87% -
XYZ 27.8 30.98 72.92 -
YUV 138.87 174.35 78.88 -
System Red Green Blue C M Y K H S L
Decimal 70 158 221 0.68 0.29 0 0.13 205.03 0.69 0.57
Hex 46 9E DD 44 1D 0 D CD 45 39
Octal 106 236 335 104 35 0 15 315 105 71
Binary 1000110 10011110 11011101 1000100 11101 0 1101 11001101 1000101 111001

Color Harmonies of #469EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EDD

Black with #469EDD

Text Example


Text Example

White with #469EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469EDD; }

 p { color: rgb(70,158,221); }

 H1.HeaderClassName
 {
   color: #469EDD;
 }
 .AnyTagClassName
 {
   color: #469EDD;
 }
</style>

background-color css

<style>
 a { background-color: #469EDD; }

 a { background-color: rgb(70,158,221); }

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

border-color css

<style>
 span { border-color: #469EDD; }

 span { border-color: rgb(70,158,221); }

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