Html Css Color HEX #568BFA Cornflower Blue

📋 copy color: '#568BFA'

red 86 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #568BFA

Tints of Cornflower Blue #568BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 18.11%
G = 29.26%
B = 52.63%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#568BFA (or 0x568BFA) is known color: Cornflower Blue. HEX triplet: 56, 8B and FA. RGB value is (86,139,250). Sum of RGB (Red+Green+Blue) = 86+139+250=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #568BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #568BFA is #A97405. Grayscale: #878787. Windows color (decimal): -11105286 or 16419670. OLE color: 16419670.

HSL color Cylindrical-coordinate representation of color #568BFA: hue angle of 220.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #568BFA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 139 250 -
CMYK 0.66 0.44 0 0.02
HSL 220.61º 0.94% 0.66% -
HSV(B) 220.61º 0.66% 0.98% -
XYZ 30.33 27.35 94.12 -
YUV 135.81 192.44 92.47 -
System Red Green Blue C M Y K H S L
Decimal 86 139 250 0.66 0.44 0 0.02 220.61 0.94 0.66
Hex 56 8B FA 42 2C 0 2 DD 5E 42
Octal 126 213 372 102 54 0 2 335 136 102
Binary 1010110 10001011 11111010 1000010 101100 0 10 11011101 1011110 1000010

Color Harmonies of #568BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BFA

Black with #568BFA

Text Example


Text Example

White with #568BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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