Html Css Color HEX #618FDD Cornflower Blue

📋 copy color: '#618FDD'

red 97 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #618FDD

Tints of Cornflower Blue #618FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 21.04%
G = 31.02%
B = 47.94%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#618FDD (or 0x618FDD) is known color: Cornflower Blue. HEX triplet: 61, 8F and DD. RGB value is (97,143,221). Sum of RGB (Red+Green+Blue) = 97+143+221=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #618FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FDD is #9E7022. Grayscale: #898989. Windows color (decimal): -10383395 or 14520161. OLE color: 14520161.

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

Color convert

RGB 97 143 221 -
CMYK 0.56 0.35 0 0.13
HSL 217.74º 0.65% 0.62% -
HSV(B) 217.74º 0.56% 0.87% -
XYZ 27.8 27.41 72.23 -
YUV 138.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 97 143 221 0.56 0.35 0 0.13 217.74 0.65 0.62
Hex 61 8F DD 38 23 0 D DA 41 3E
Octal 141 217 335 70 43 0 15 332 101 76
Binary 1100001 10001111 11011101 111000 100011 0 1101 11011010 1000001 111110

Color Harmonies of #618FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FDD

Black with #618FDD

Text Example


Text Example

White with #618FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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