Html Css Color HEX #619EF0 Cornflower Blue

📋 copy color: '#619EF0'

red 97 ◦ green 158 ◦ blue 240

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

Shades of Cornflower Blue #619EF0

Tints of Cornflower Blue #619EF0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

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

R = 19.6%
G = 31.92%
B = 48.48%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#619EF0 (or 0x619EF0) is known color: Cornflower Blue. HEX triplet: 61, 9E and F0. RGB value is (97,158,240). Sum of RGB (Red+Green+Blue) = 97+158+240=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #619EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619EF0 is #9E610F. Grayscale: #949494. Windows color (decimal): -10379536 or 15769185. OLE color: 15769185.

HSL color Cylindrical-coordinate representation of color #619EF0: hue angle of 214.41º 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 #619EF0 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 158 240 -
CMYK 0.60 0.34 0 0.06
HSL 214.41º 0.83% 0.66% -
HSV(B) 214.41º 0.6% 0.94% -
XYZ 32.88 33.29 87.13 -
YUV 149.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 97 158 240 0.60 0.34 0 0.06 214.41 0.83 0.66
Hex 61 9E F0 3C 22 0 6 D6 53 42
Octal 141 236 360 74 42 0 6 326 123 102
Binary 1100001 10011110 11110000 111100 100010 0 110 11010110 1010011 1000010

Color Harmonies of #619EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619EF0

Black with #619EF0

Text Example


Text Example

White with #619EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619EF0; }

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

 H1.HeaderClassName
 {
   color: #619EF0;
 }
 .AnyTagClassName
 {
   color: #619EF0;
 }
</style>

background-color css

<style>
 a { background-color: #619EF0; }

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

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

border-color css

<style>
 span { border-color: #619EF0; }

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

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