Html Css Color HEX #618DDD Cornflower Blue

📋 copy color: '#618DDD'

red 97 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #618DDD

Tints of Cornflower Blue #618DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 21.13%
G = 30.72%
B = 48.15%

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

#618DDD (or 0x618DDD) is known color: Cornflower Blue. HEX triplet: 61, 8D and DD. RGB value is (97,141,221). Sum of RGB (Red+Green+Blue) = 97+141+221=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #618DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DDD is #9E7222. Grayscale: #888888. Windows color (decimal): -10383907 or 14519649. OLE color: 14519649.

HSL color Cylindrical-coordinate representation of color #618DDD: hue angle of 218.71º 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 #618DDD is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 141 221 -
CMYK 0.56 0.36 0 0.13
HSL 218.71º 0.65% 0.62% -
HSV(B) 218.71º 0.56% 0.87% -
XYZ 27.51 26.81 72.13 -
YUV 136.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 97 141 221 0.56 0.36 0 0.13 218.71 0.65 0.62
Hex 61 8D DD 38 24 0 D DB 41 3E
Octal 141 215 335 70 44 0 15 333 101 76
Binary 1100001 10001101 11011101 111000 100100 0 1101 11011011 1000001 111110

Color Harmonies of #618DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DDD

Black with #618DDD

Text Example


Text Example

White with #618DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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