Html Css Color HEX #618EEA Cornflower Blue

📋 copy color: '#618EEA'

red 97 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #618EEA

Tints of Cornflower Blue #618EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 20.51%
G = 30.02%
B = 49.47%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#618EEA (or 0x618EEA) is known color: Cornflower Blue. HEX triplet: 61, 8E and EA. RGB value is (97,142,234). Sum of RGB (Red+Green+Blue) = 97+142+234=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #618EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618EEA is #9E7115. Grayscale: #8A8A8A. Windows color (decimal): -10383638 or 15371873. OLE color: 15371873.

HSL color Cylindrical-coordinate representation of color #618EEA: hue angle of 220.29º 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 #618EEA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 142 234 -
CMYK 0.59 0.39 0 0.08
HSL 220.29º 0.77% 0.65% -
HSV(B) 220.29º 0.59% 0.92% -
XYZ 29.45 27.83 81.66 -
YUV 139.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 97 142 234 0.59 0.39 0 0.08 220.29 0.77 0.65
Hex 61 8E EA 3B 27 0 8 DC 4D 41
Octal 141 216 352 73 47 0 10 334 115 101
Binary 1100001 10001110 11101010 111011 100111 0 1000 11011100 1001101 1000001

Color Harmonies of #618EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618EEA

Black with #618EEA

Text Example


Text Example

White with #618EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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