Html Css Color HEX #617DDD Cornflower Blue

📋 copy color: '#617DDD'

red 97 ◦ green 125 ◦ blue 221

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

Shades of Cornflower Blue #617DDD

Tints of Cornflower Blue #617DDD

RGB

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

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

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

R = 21.9%
G = 28.22%
B = 49.89%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#617DDD (or 0x617DDD) is known color: Cornflower Blue. HEX triplet: 61, 7D and DD. RGB value is (97,125,221). Sum of RGB (Red+Green+Blue) = 97+125+221=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #617DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DDD is #9E8222. Grayscale: #7F7F7F. Windows color (decimal): -10388003 or 14515553. OLE color: 14515553.

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

Color convert

RGB 97 125 221 -
CMYK 0.56 0.43 0 0.13
HSL 226.45º 0.65% 0.62% -
HSV(B) 226.45º 0.56% 0.87% -
XYZ 25.31 22.43 71.4 -
YUV 127.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 97 125 221 0.56 0.43 0 0.13 226.45 0.65 0.62
Hex 61 7D DD 38 2B 0 D E2 41 3E
Octal 141 175 335 70 53 0 15 342 101 76
Binary 1100001 1111101 11011101 111000 101011 0 1101 11100010 1000001 111110

Color Harmonies of #617DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DDD

Black with #617DDD

Text Example


Text Example

White with #617DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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