Html Css Color HEX #617DDB Cornflower Blue

📋 copy color: '#617DDB'

red 97 ◦ green 125 ◦ blue 219

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

Shades of Cornflower Blue #617DDB

Tints of Cornflower Blue #617DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 22%
G = 28.34%
B = 49.66%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#617DDB (or 0x617DDB) is known color: Cornflower Blue. HEX triplet: 61, 7D and DB. RGB value is (97,125,219). Sum of RGB (Red+Green+Blue) = 97+125+219=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #617DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617DDB is #9E8224. Grayscale: #7E7E7E. Windows color (decimal): -10388005 or 14384481. OLE color: 14384481.

HSL color Cylindrical-coordinate representation of color #617DDB: hue angle of 226.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617DDB is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 125 219 -
CMYK 0.56 0.43 0 0.14
HSL 226.23º 0.63% 0.62% -
HSV(B) 226.23º 0.56% 0.86% -
XYZ 25.05 22.32 70.01 -
YUV 127.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 97 125 219 0.56 0.43 0 0.14 226.23 0.63 0.62
Hex 61 7D DB 38 2B 0 E E2 3F 3E
Octal 141 175 333 70 53 0 16 342 77 76
Binary 1100001 1111101 11011011 111000 101011 0 1110 11100010 111111 111110

Color Harmonies of #617DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DDB

Black with #617DDB

Text Example


Text Example

White with #617DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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