Html Css Color HEX #567BF2 Cornflower Blue

📋 copy color: '#567BF2'

red 86 ◦ green 123 ◦ blue 242

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

Shades of Cornflower Blue #567BF2

Tints of Cornflower Blue #567BF2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

 BLUE value IS 242 (94.92% from 255) = 53.66%

R = 19.07%
G = 27.27%
B = 53.66%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#567BF2 (or 0x567BF2) is known color: Cornflower Blue. HEX triplet: 56, 7B and F2. RGB value is (86,123,242). Sum of RGB (Red+Green+Blue) = 86+123+242=451 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.07% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #567BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567BF2 is #A9840D. Grayscale: #7C7C7C. Windows color (decimal): -11109390 or 15891286. OLE color: 15891286.

HSL color Cylindrical-coordinate representation of color #567BF2: hue angle of 225.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #567BF2 is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 86 123 242 -
CMYK 0.64 0.49 0 0.05
HSL 225.77º 0.86% 0.64% -
HSV(B) 225.77º 0.64% 0.95% -
XYZ 26.95 22.56 86.94 -
YUV 125.5 193.74 99.82 -
System Red Green Blue C M Y K H S L
Decimal 86 123 242 0.64 0.49 0 0.05 225.77 0.86 0.64
Hex 56 7B F2 40 31 0 5 E2 56 40
Octal 126 173 362 100 61 0 5 342 126 100
Binary 1010110 1111011 11110010 1000000 110001 0 101 11100010 1010110 1000000

Color Harmonies of #567BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BF2

Black with #567BF2

Text Example


Text Example

White with #567BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567BF2; }

 p { color: rgb(86,123,242); }

 H1.HeaderClassName
 {
   color: #567BF2;
 }
 .AnyTagClassName
 {
   color: #567BF2;
 }
</style>

background-color css

<style>
 a { background-color: #567BF2; }

 a { background-color: rgb(86,123,242); }

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

border-color css

<style>
 span { border-color: #567BF2; }

 span { border-color: rgb(86,123,242); }

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