Html Css Color HEX #618AF0 Cornflower Blue

📋 copy color: '#618AF0'

red 97 ◦ green 138 ◦ blue 240

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

Shades of Cornflower Blue #618AF0

Tints of Cornflower Blue #618AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.05%

 BLUE value IS 240 (94.14% from 255) = 50.53%

R = 20.42%
G = 29.05%
B = 50.53%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#618AF0 (or 0x618AF0) is known color: Cornflower Blue. HEX triplet: 61, 8A and F0. RGB value is (97,138,240). Sum of RGB (Red+Green+Blue) = 97+138+240=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #618AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618AF0 is #9E750F. Grayscale: #888888. Windows color (decimal): -10384656 or 15764065. OLE color: 15764065.

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

Color convert

RGB 97 138 240 -
CMYK 0.60 0.42 0 0.06
HSL 222.8º 0.83% 0.66% -
HSV(B) 222.8º 0.6% 0.94% -
XYZ 29.75 27.01 86.08 -
YUV 137.37 185.92 99.21 -
System Red Green Blue C M Y K H S L
Decimal 97 138 240 0.60 0.42 0 0.06 222.8 0.83 0.66
Hex 61 8A F0 3C 2A 0 6 DF 53 42
Octal 141 212 360 74 52 0 6 337 123 102
Binary 1100001 10001010 11110000 111100 101010 0 110 11011111 1010011 1000010

Color Harmonies of #618AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618AF0

Black with #618AF0

Text Example


Text Example

White with #618AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,138,240); }

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

background-color css

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

 a { background-color: rgb(97,138,240); }

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

border-color css

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

 span { border-color: rgb(97,138,240); }

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