Html Css Color HEX #618BFA Cornflower Blue

📋 copy color: '#618BFA'

red 97 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #618BFA

Tints of Cornflower Blue #618BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 19.96%
G = 28.6%
B = 51.44%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#618BFA (or 0x618BFA) is known color: Cornflower Blue. HEX triplet: 61, 8B and FA. RGB value is (97,139,250). Sum of RGB (Red+Green+Blue) = 97+139+250=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #618BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618BFA is #9E7405. Grayscale: #8A8A8A. Windows color (decimal): -10384390 or 16419681. OLE color: 16419681.

HSL color Cylindrical-coordinate representation of color #618BFA: hue angle of 223.53º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #618BFA is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 139 250 -
CMYK 0.61 0.44 0 0.02
HSL 223.53º 0.94% 0.68% -
HSV(B) 223.53º 0.61% 0.98% -
XYZ 31.42 27.91 94.17 -
YUV 139.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 97 139 250 0.61 0.44 0 0.02 223.53 0.94 0.68
Hex 61 8B FA 3D 2C 0 2 E0 5E 44
Octal 141 213 372 75 54 0 2 340 136 104
Binary 1100001 10001011 11111010 111101 101100 0 10 11100000 1011110 1000100

Color Harmonies of #618BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BFA

Black with #618BFA

Text Example


Text Example

White with #618BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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