Html Css Color HEX #567DEA Cornflower Blue

📋 copy color: '#567DEA'

red 86 ◦ green 125 ◦ blue 234

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

Shades of Cornflower Blue #567DEA

Tints of Cornflower Blue #567DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 19.33%
G = 28.09%
B = 52.58%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#567DEA (or 0x567DEA) is known color: Cornflower Blue. HEX triplet: 56, 7D and EA. RGB value is (86,125,234). Sum of RGB (Red+Green+Blue) = 86+125+234=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #567DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #567DEA is #A98215. Grayscale: #7D7D7D. Windows color (decimal): -11108886 or 15367510. OLE color: 15367510.

HSL color Cylindrical-coordinate representation of color #567DEA: hue angle of 224.19º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #567DEA is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 125 234 -
CMYK 0.63 0.47 0 0.08
HSL 224.19º 0.78% 0.63% -
HSV(B) 224.19º 0.63% 0.92% -
XYZ 26.02 22.59 80.83 -
YUV 125.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 86 125 234 0.63 0.47 0 0.08 224.19 0.78 0.63
Hex 56 7D EA 3F 2F 0 8 E0 4E 3F
Octal 126 175 352 77 57 0 10 340 116 77
Binary 1010110 1111101 11101010 111111 101111 0 1000 11100000 1001110 111111

Color Harmonies of #567DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DEA

Black with #567DEA

Text Example


Text Example

White with #567DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,234); }

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

background-color css

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

 a { background-color: rgb(86,125,234); }

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

border-color css

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

 span { border-color: rgb(86,125,234); }

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