Html Css Color HEX #618BF1 Cornflower Blue

📋 copy color: '#618BF1'

red 97 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #618BF1

Tints of Cornflower Blue #618BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 20.34%
G = 29.14%
B = 50.52%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#618BF1 (or 0x618BF1) is known color: Cornflower Blue. HEX triplet: 61, 8B and F1. RGB value is (97,139,241). Sum of RGB (Red+Green+Blue) = 97+139+241=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #618BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BF1 is #9E740E. Grayscale: #898989. Windows color (decimal): -10384399 or 15829857. OLE color: 15829857.

HSL color Cylindrical-coordinate representation of color #618BF1: hue angle of 222.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #618BF1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 139 241 -
CMYK 0.60 0.42 0 0.05
HSL 222.5º 0.84% 0.66% -
HSV(B) 222.5º 0.6% 0.95% -
XYZ 30.04 27.36 86.92 -
YUV 138.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 97 139 241 0.60 0.42 0 0.05 222.5 0.84 0.66
Hex 61 8B F1 3C 2A 0 5 DE 54 42
Octal 141 213 361 74 52 0 5 336 124 102
Binary 1100001 10001011 11110001 111100 101010 0 101 11011110 1010100 1000010

Color Harmonies of #618BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BF1

Black with #618BF1

Text Example


Text Example

White with #618BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,241); }

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

background-color css

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

 a { background-color: rgb(97,139,241); }

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

border-color css

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

 span { border-color: rgb(97,139,241); }

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