Html Css Color HEX #569FE4 Picton Blue

📋 copy color: '#569FE4'

red 86 ◦ green 159 ◦ blue 228

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

Shades of Picton Blue #569FE4

Tints of Picton Blue #569FE4

RGB

 RED value IS 86 (33.98% from 255) = 18.18%

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 18.18%
G = 33.62%
B = 48.2%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#569FE4 (or 0x569FE4) is known color: Picton Blue. HEX triplet: 56, 9F and E4. RGB value is (86,159,228). Sum of RGB (Red+Green+Blue) = 86+159+228=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #569FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569FE4 is #A9601B. Grayscale: #909090. Windows color (decimal): -11100188 or 14982998. OLE color: 14982998.

HSL color Cylindrical-coordinate representation of color #569FE4: hue angle of 209.15º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #569FE4 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 159 228 -
CMYK 0.62 0.30 0 0.11
HSL 209.15º 0.72% 0.62% -
HSV(B) 209.15º 0.62% 0.89% -
XYZ 30.24 32.38 78.05 -
YUV 145.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 86 159 228 0.62 0.30 0 0.11 209.15 0.72 0.62
Hex 56 9F E4 3E 1E 0 B D1 48 3E
Octal 126 237 344 76 36 0 13 321 110 76
Binary 1010110 10011111 11100100 111110 11110 0 1011 11010001 1001000 111110

Color Harmonies of #569FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569FE4

Black with #569FE4

Text Example


Text Example

White with #569FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569FE4; }

 p { color: rgb(86,159,228); }

 H1.HeaderClassName
 {
   color: #569FE4;
 }
 .AnyTagClassName
 {
   color: #569FE4;
 }
</style>

background-color css

<style>
 a { background-color: #569FE4; }

 a { background-color: rgb(86,159,228); }

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

border-color css

<style>
 span { border-color: #569FE4; }

 span { border-color: rgb(86,159,228); }

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