Html Css Color HEX #568BE2 Cornflower Blue

📋 copy color: '#568BE2'

red 86 ◦ green 139 ◦ blue 226

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

Shades of Cornflower Blue #568BE2

Tints of Cornflower Blue #568BE2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.82%

 BLUE value IS 226 (88.67% from 255) = 50.11%

R = 19.07%
G = 30.82%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#568BE2 (or 0x568BE2) is known color: Cornflower Blue. HEX triplet: 56, 8B and E2. RGB value is (86,139,226). Sum of RGB (Red+Green+Blue) = 86+139+226=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #568BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BE2 is #A9741D. Grayscale: #848484. Windows color (decimal): -11105310 or 14846806. OLE color: 14846806.

HSL color Cylindrical-coordinate representation of color #568BE2: hue angle of 217.29º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #568BE2 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 139 226 -
CMYK 0.62 0.38 0 0.11
HSL 217.29º 0.71% 0.61% -
HSV(B) 217.29º 0.62% 0.89% -
XYZ 26.8 25.93 75.55 -
YUV 133.07 180.44 94.43 -
System Red Green Blue C M Y K H S L
Decimal 86 139 226 0.62 0.38 0 0.11 217.29 0.71 0.61
Hex 56 8B E2 3E 26 0 B D9 47 3D
Octal 126 213 342 76 46 0 13 331 107 75
Binary 1010110 10001011 11100010 111110 100110 0 1011 11011001 1000111 111101

Color Harmonies of #568BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BE2

Black with #568BE2

Text Example


Text Example

White with #568BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,139,226); }

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

background-color css

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

 a { background-color: rgb(86,139,226); }

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

border-color css

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

 span { border-color: rgb(86,139,226); }

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