Html Css Color HEX #618CEA Cornflower Blue

📋 copy color: '#618CEA'

red 97 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #618CEA

Tints of Cornflower Blue #618CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 20.59%
G = 29.72%
B = 49.68%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#618CEA (or 0x618CEA) is known color: Cornflower Blue. HEX triplet: 61, 8C and EA. RGB value is (97,140,234). Sum of RGB (Red+Green+Blue) = 97+140+234=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #618CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CEA is #9E7315. Grayscale: #898989. Windows color (decimal): -10384150 or 15371361. OLE color: 15371361.

HSL color Cylindrical-coordinate representation of color #618CEA: hue angle of 221.17º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618CEA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 140 234 -
CMYK 0.59 0.40 0 0.08
HSL 221.17º 0.77% 0.65% -
HSV(B) 221.17º 0.59% 0.92% -
XYZ 29.16 27.24 81.56 -
YUV 137.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 97 140 234 0.59 0.40 0 0.08 221.17 0.77 0.65
Hex 61 8C EA 3B 28 0 8 DD 4D 41
Octal 141 214 352 73 50 0 10 335 115 101
Binary 1100001 10001100 11101010 111011 101000 0 1000 11011101 1001101 1000001

Color Harmonies of #618CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CEA

Black with #618CEA

Text Example


Text Example

White with #618CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,234); }

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

background-color css

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

 a { background-color: rgb(97,140,234); }

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

border-color css

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

 span { border-color: rgb(97,140,234); }

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