Html Css Color HEX #618EDD Cornflower Blue

📋 copy color: '#618EDD'

red 97 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #618EDD

Tints of Cornflower Blue #618EDD

RGB

 RED value IS 97 (38.28% from 255) = 21.09%

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 21.09%
G = 30.87%
B = 48.04%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#618EDD (or 0x618EDD) is known color: Cornflower Blue. HEX triplet: 61, 8E and DD. RGB value is (97,142,221). Sum of RGB (Red+Green+Blue) = 97+142+221=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #618EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EDD is #9E7122. Grayscale: #898989. Windows color (decimal): -10383651 or 14519905. OLE color: 14519905.

HSL color Cylindrical-coordinate representation of color #618EDD: hue angle of 218.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618EDD is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 142 221 -
CMYK 0.56 0.36 0 0.13
HSL 218.23º 0.65% 0.62% -
HSV(B) 218.23º 0.56% 0.87% -
XYZ 27.65 27.11 72.18 -
YUV 137.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 97 142 221 0.56 0.36 0 0.13 218.23 0.65 0.62
Hex 61 8E DD 38 24 0 D DA 41 3E
Octal 141 216 335 70 44 0 15 332 101 76
Binary 1100001 10001110 11011101 111000 100100 0 1101 11011010 1000001 111110

Color Harmonies of #618EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618EDD

Black with #618EDD

Text Example


Text Example

White with #618EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618EDD; }

 p { color: rgb(97,142,221); }

 H1.HeaderClassName
 {
   color: #618EDD;
 }
 .AnyTagClassName
 {
   color: #618EDD;
 }
</style>

background-color css

<style>
 a { background-color: #618EDD; }

 a { background-color: rgb(97,142,221); }

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

border-color css

<style>
 span { border-color: #618EDD; }

 span { border-color: rgb(97,142,221); }

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