Html Css Color HEX #568CDC Cornflower Blue

📋 copy color: '#568CDC'

red 86 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #568CDC

Tints of Cornflower Blue #568CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 19.28%
G = 31.39%
B = 49.33%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#568CDC (or 0x568CDC) is known color: Cornflower Blue. HEX triplet: 56, 8C and DC. RGB value is (86,140,220). Sum of RGB (Red+Green+Blue) = 86+140+220=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #568CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568CDC is #A97323. Grayscale: #848484. Windows color (decimal): -11105060 or 14453846. OLE color: 14453846.

HSL color Cylindrical-coordinate representation of color #568CDC: hue angle of 215.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #568CDC is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 140 220 -
CMYK 0.61 0.36 0 0.14
HSL 215.82º 0.66% 0.6% -
HSV(B) 215.82º 0.61% 0.86% -
XYZ 26.13 25.9 71.33 -
YUV 132.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 86 140 220 0.61 0.36 0 0.14 215.82 0.66 0.6
Hex 56 8C DC 3D 24 0 E D8 42 3C
Octal 126 214 334 75 44 0 16 330 102 74
Binary 1010110 10001100 11011100 111101 100100 0 1110 11011000 1000010 111100

Color Harmonies of #568CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568CDC

Black with #568CDC

Text Example


Text Example

White with #568CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568CDC; }

 p { color: rgb(86,140,220); }

 H1.HeaderClassName
 {
   color: #568CDC;
 }
 .AnyTagClassName
 {
   color: #568CDC;
 }
</style>

background-color css

<style>
 a { background-color: #568CDC; }

 a { background-color: rgb(86,140,220); }

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

border-color css

<style>
 span { border-color: #568CDC; }

 span { border-color: rgb(86,140,220); }

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